[PATCH] D23030: [CMake] Don't trust compiler error code, also check for errors
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 1 13:23:13 PDT 2016
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
Thanks for dealing with that!
================
Comment at: cmake/Modules/BuiltinTests.cmake:2
@@ -1,2 +1,3 @@
+include(CMakeCheckCompilerFlagCommonPatterns)
# This function takes an OS and a list of architectures and identifies the
----------------
We can duplicate the relevant parts when and if it breaks.
https://reviews.llvm.org/D23030
More information about the llvm-commits
mailing list