[Lldb-commits] [lldb] r175521 - Update Makefile to use build-compiler (CC) for LLDB testing

Daniel Malea daniel.malea at intel.com
Tue Feb 19 07:48:37 PST 2013


Author: dmalea
Date: Tue Feb 19 09:48:37 2013
New Revision: 175521

URL: http://llvm.org/viewvc/llvm-project?rev=175521&view=rev
Log:
Update Makefile to use build-compiler (CC) for LLDB testing
- Should allow tests to run without 'clang' installed


Modified:
    lldb/trunk/test/Makefile

Modified: lldb/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/Makefile?rev=175521&r1=175520&r2=175521&view=diff
==============================================================================
--- lldb/trunk/test/Makefile (original)
+++ lldb/trunk/test/Makefile Tue Feb 19 09:48:37 2013
@@ -30,4 +30,4 @@ clean::
 #----------------------------------------------------------------------
 check-local::
 	rm -rf lldb-test-traces
-	python $(PROJ_SRC_DIR)/dosep.ty -o "--executable $(ToolDir)/lldb -q -s lldb-test-traces"
+	python $(PROJ_SRC_DIR)/dosep.ty -o "--executable $(ToolDir)/lldb -q -s lldb-test-traces -C $(CC)"





More information about the lldb-commits mailing list