[PATCH] D47834: [CMake] Passthrough additional flags to custom libcxx CMake build
Matt Morehouse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 6 14:14:42 PDT 2018
morehouse accepted this revision.
morehouse added inline comments.
This revision is now accepted and ready to land.
================
Comment at: compiler-rt/cmake/Modules/AddCompilerRT.cmake:516
+ set(LIBCXX_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${FLAGS_STRING}")
+
set(STAMP_DIR ${prefix}-stamps/)
----------------
Does it make sense to move this whole section closer to the `ExternalProject_Add` below?
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D47834
More information about the llvm-commits
mailing list