[PATCH] D13059: [CMake] [Darwin] Bug 21562 - Add a CMake equivalent for make/platform/clang_darwin.mk in compiler_rt
Alexey Samsonov via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 22 16:53:57 PDT 2015
samsonov accepted this revision.
samsonov added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: cmake/Modules/CompilerRTDarwinUtils.cmake:132
@@ +131,3 @@
+
+ darwin_read_exclude_file(${arch}_${os}_BUILTINS ${os}${smallest_version}-${arch})
+ set(${arch}_${os}_EXCLUDED_BUILTINS
----------------
Consider calling it only if smallest_version is non-empty / defined.
http://reviews.llvm.org/D13059
More information about the llvm-commits
mailing list