diff options
author | Chris Lattner <sabre@nondot.org> | 2010-01-24 20:43:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-01-24 20:43:08 +0000 |
commit | 823aed16f96cd77a88fb6a8113751a8628e6169d (patch) | |
tree | b379583b38c76d0de1cf3f3ff5d853811f92f35b /llvm/tools/llvm-ld | |
parent | dec86d73373f9d25e5db58acdd42e401351007ac (diff) | |
download | bcm5719-llvm-823aed16f96cd77a88fb6a8113751a8628e6169d.tar.gz bcm5719-llvm-823aed16f96cd77a88fb6a8113751a8628e6169d.zip |
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
llvm-svn: 94378
Diffstat (limited to 'llvm/tools/llvm-ld')
-rw-r--r-- | llvm/tools/llvm-ld/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-ld/Makefile b/llvm/tools/llvm-ld/Makefile index 1da19665a36..1ef9bf11745 100644 --- a/llvm/tools/llvm-ld/Makefile +++ b/llvm/tools/llvm-ld/Makefile @@ -11,6 +11,5 @@ LEVEL = ../.. TOOLNAME = llvm-ld LINK_COMPONENTS = ipo scalaropts linker archive bitwriter -CXXFLAGS = -fno-rtti include $(LEVEL)/Makefile.common |