[PATCH] D39431: [cmake] Make check_linker_flags operate via linker flags

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 30 18:30:13 PDT 2017


smeenai added inline comments.


================
Comment at: CMakeLists.txt:20
+  cmake_policy(SET CMP0056 NEW)
+endif()
+
----------------
compnerd wrote:
> Since this impacts all `try_compile`, can you ensure that libc++ in tree builds are not impacted by this change?
I confirmed that clang, LLD and libc++ all build correctly after this change.


https://reviews.llvm.org/D39431





More information about the llvm-commits mailing list