[PATCH] D12222: build: tweak default builtins set for Darwin

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 25 16:23:09 PDT 2015


beanz added a comment.

(repeating feedback I just shared on IRC)

We actually need to do the aeabi filtering using the new Darwin-excludes filtering files I added this week. I'm currently working on replicating the functionality in the macho_embedded.mk makefile, which does need to include those sources, so we shouldn't just filter on if(APPLE).

If you list the aeabi functions in files named lib/builtins/Darwin-excludes/ios-armv7.txt and lib/builtins/Darwin-excludes/ios-armv7s.txt it should all work.

Let me know if there are any problems.

Thanks,
-Chris


Repository:
  rL LLVM

http://reviews.llvm.org/D12222





More information about the llvm-commits mailing list