[PATCH] D13226: [CMake] [Darwin] Support building the macho_embedded builtin libraries.

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 29 15:55:32 PDT 2015


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

Updates based on feedback from samsonov.

- Changed darwin_add_embedded_builtin_libraries to a function
- Created a setting for DARWIN_macho_embedded_LIBRARY_OUTPUT_DIR
- Moved macho_embedded archs and sysroot settings into the function
- Also fixed an issue with sysroot specification -- we should be setting an ios sysroot for arm architectures


http://reviews.llvm.org/D13226

Files:
  cmake/Modules/CompilerRTDarwinUtils.cmake
  lib/builtins/CMakeLists.txt
  lib/builtins/macho_embedded/arm.txt
  lib/builtins/macho_embedded/common.txt
  lib/builtins/macho_embedded/i386.txt
  lib/builtins/macho_embedded/thumb2.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13226.36045.patch
Type: text/x-patch
Size: 7503 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150929/a2c2de15/attachment.bin>


More information about the llvm-commits mailing list