compiler-rt builtins depend on clang headers, but that dependency
wasn't explicitly stated in the build system and we were relying
on the transitive depenendecy via clang. However, when we're
cross-compiling clang, we'll be using host compiler instead and
that depenendecy is missing, breaking the build.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
llvm/runtimes/CMakeLists.txt | ||
---|---|---|
214 ↗ | (On Diff #187650) | Any reason for spelling these as "DEPS" instead of the standard CMake spelling of "DEPENDS"? |