A working alternative to https://reviews.llvm.org/D37126:
- Not having a dependency does not work in standalone build, as Clang does not exist.
- if (TARGET clang) check is useless, as it is order-dependent, and Clang may not be registered yet.
Differential D37228
Proper dependency check for clang in compiler_rt george.karpenkov on Aug 28 2017, 12:37 PM. Authored by
Details A working alternative to https://reviews.llvm.org/D37126:
Diff Detail |