Do not pass -g flag when compiling tests, so remove the C.Flags. This only happens...
authorTanya Lattner <tonic@nondot.org>
Tue, 18 Mar 2008 19:59:04 +0000 (19:59 +0000)
committerTanya Lattner <tonic@nondot.org>
Tue, 18 Mar 2008 19:59:04 +0000 (19:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48498 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index d577b867ff34637bf752c7b80a6b741809c2b105..724ba01d0f722a52f4f460dbc8b665fe13c880c8 100644 (file)
@@ -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