[PATCH] D13059: [CMake] [Darwin] Bug 21562 - Add a CMake equivalent for make/platform/clang_darwin.mk in compiler_rt

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 22 16:19:52 PDT 2015


beanz updated this revision to Diff 35435.
beanz added a comment.

When describing the logic in darwin_find_excluded_builtins_list in my last email I realized it doesn't actually work in the face of 10.10, so I've refactored the code to do a search for the smallest version that is greater than the minimum.


http://reviews.llvm.org/D13059

Files:
  cmake/Modules/CompilerRTDarwinUtils.cmake
  cmake/config-ix.cmake
  lib/builtins/CMakeLists.txt
  lib/builtins/Darwin-excludes/README.TXT
  lib/builtins/Darwin-excludes/ios.txt
  lib/builtins/Darwin-excludes/ios6-armv7.txt
  lib/builtins/Darwin-excludes/ios6-armv7s.txt
  lib/builtins/Darwin-excludes/ios7-arm64.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13059.35435.patch
Type: text/x-patch
Size: 14159 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150922/13f36d4e/attachment.bin>


More information about the llvm-commits mailing list