[PATCH] D58092: [CMake] Don't override required compiler flags in the runtimes build
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 11 18:07:16 PST 2019
smeenai accepted this revision.
smeenai added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/runtimes/CMakeLists.txt:105
+ # Mark the compiler as compatible with GCC.
+ set(LLVM_COMPILER_IS_GCC_COMPATIBLE ON)
# Enable warnings, otherwise -w gets added to the cflags by HandleLLVMOptions
----------------
Does DetermineGCCCompatible not do the right thing already?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58092/new/
https://reviews.llvm.org/D58092
More information about the llvm-commits
mailing list