mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 01:15:50 +08:00
This is important because *Objects targets need to only depend on other *Objects targets, not on the unsuffixed CAPI rules. Depending on how it is linked in the current setup, it can cause duplicate symbols. Differential Revision: https://reviews.llvm.org/D117176