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

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 30 17:36:03 PDT 2017


compnerd added a comment.

LG if none of the subtree projects are negatively impacted by this.



================
Comment at: CMakeLists.txt:20
+  cmake_policy(SET CMP0056 NEW)
+endif()
+
----------------
Since this impacts all `try_compile`, can you ensure that libc++ in tree builds are not impacted by this change?


https://reviews.llvm.org/D39431





More information about the llvm-commits mailing list