This is needed when cross-compiling for a different target since
CFLAGS may contain additional flags like -resource-dir which
change the location in which compiler-rt builtins are found.
Details
Details
- Reviewers
beanz - Commits
- rG2d2e23e89b83: [CMake] Passthrough CFLAGS when checking the compiler-rt path
rUNW346820: [CMake] Passthrough CFLAGS when checking the compiler-rt path
rCXXA346820: [CMake] Passthrough CFLAGS when checking the compiler-rt path
rCXX346820: [CMake] Passthrough CFLAGS when checking the compiler-rt path
rCRT346820: [CMake] Passthrough CFLAGS when checking the compiler-rt path
rL346820: [CMake] Passthrough CFLAGS when checking the compiler-rt path
Diff Detail
Diff Detail
- Repository
- rL LLVM