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/lib/Transforms/Hello/Makefile | |
| 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/lib/Transforms/Hello/Makefile')
| -rw-r--r-- | llvm/lib/Transforms/Hello/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Hello/Makefile b/llvm/lib/Transforms/Hello/Makefile index 46f80989c37..c5e75d43af6 100644 --- a/llvm/lib/Transforms/Hello/Makefile +++ b/llvm/lib/Transforms/Hello/Makefile @@ -11,7 +11,6 @@ LEVEL = ../../.. LIBRARYNAME = LLVMHello LOADABLE_MODULE = 1 USEDLIBS = -CXXFLAGS = -fno-rtti include $(LEVEL)/Makefile.common |

