[PATCH] D19742: [CMake] Support platform building builtins without a full toolchain

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 11:15:59 PDT 2016


beanz added inline comments.

================
Comment at: lib/builtins/CMakeLists.txt:18
@@ -17,3 +35,2 @@
   addvti3.c
-  apple_versioning.c
   ashldi3.c
----------------
jroelofs wrote:
> why did this get deleted?
I meant to have this in a separate patch.

That file is actually only intended to be built into the libcompiler_rt.dylib that is shipped on Darwin. We actually don't currently support building that library from CMake at all, so we really shouldn't be including it in the sources anywhere. Including it in the static archives has no meaningful impact.


http://reviews.llvm.org/D19742





More information about the llvm-commits mailing list