[llvm-commits] [compiler-rt] r95123 - /compiler-rt/trunk/make/platform/darwin_bni.mk
Nick Kledzik
kledzik at apple.com
Tue Feb 2 13:03:34 PST 2010
Author: kledzik
Date: Tue Feb 2 15:03:34 2010
New Revision: 95123
URL: http://llvm.org/viewvc/llvm-project?rev=95123&view=rev
Log:
add compiler options for B&I builds
Modified:
compiler-rt/trunk/make/platform/darwin_bni.mk
Modified: compiler-rt/trunk/make/platform/darwin_bni.mk
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/make/platform/darwin_bni.mk?rev=95123&r1=95122&r2=95123&view=diff
==============================================================================
--- compiler-rt/trunk/make/platform/darwin_bni.mk (original)
+++ compiler-rt/trunk/make/platform/darwin_bni.mk Tue Feb 2 15:03:34 2010
@@ -8,6 +8,10 @@
# and the resulting lib will just have generic versions for anything unknown.
UniversalArchs := $(RC_ARCHS)
+
+CFLAGS := -Wall -O3 -fomit-frame-pointer
+
+
FUNCTIONS := absvdi2 absvsi2 addvdi3 addvsi3 ashldi3 ashrdi3 \
clzdi2 clzsi2 cmpdi2 ctzdi2 ctzsi2 \
divdc3 divdi3 divsc3 ffsdi2 \
More information about the llvm-commits
mailing list