mirror of
https://github.com/intel/llvm.git
synced 2026-02-03 10:39:35 +08:00
OpInterface inheritance will duplicate base interfaces, causing compilation failure. Unique the set of base interfaces. Reviewed By: rriddle, jdd Differential Revision: https://reviews.llvm.org/D156964