aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-03-18 19:59:04 +0000
committerTanya Lattner <tonic@nondot.org>2008-03-18 19:59:04 +0000
commit3e22d7e0abf04b95ec55c42693021968f8c3ffc0 (patch)
treec7b2b090b70811be02d9d844598baab12c02e130
parent6a779c89400c76ed380648e254436b56859206ed (diff)
downloadexternal_llvm-3e22d7e0abf04b95ec55c42693021968f8c3ffc0.zip
external_llvm-3e22d7e0abf04b95ec55c42693021968f8c3ffc0.tar.gz
external_llvm-3e22d7e0abf04b95ec55c42693021968f8c3ffc0.tar.bz2
Do not pass -g flag when compiling tests, so remove the C.Flags. This only happens if you have a debug build of llvm.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48498 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index d577b86..724ba01 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -95,7 +95,7 @@ site.exp: Makefile $(LLVM_OBJ_ROOT)/Makefile.config
@echo 'set objdir "$(LLVM_OBJ_ROOT)/test"' >>site.tmp
@echo 'set gccpath "$(CC)"' >>site.tmp
@echo 'set gxxpath "$(CXX)"' >>site.tmp
- @echo 'set compile_c "$(CC) $(CPP.Flags) $(C.Flags) $(CompileCommonOpts) -c "' >>site.tmp
+ @echo 'set compile_c "$(CC) $(CPP.Flags) $(CompileCommonOpts) -c "' >>site.tmp
@echo 'set compile_cxx "$(CXX) $(CPP.Flags) $(CXX.Flags) $(CompileCommonOpts) -c"' >> site.tmp
@echo 'set link "$(CXX) $(CPP.Flags) $(CXX.Flags) $(CompileCommonOpts) $(LD.Flags)"' >>site.tmp
@echo 'set llvmgcc "$(LLVMGCC)"' >> site.tmp