Update Makefile to use build-compiler (CC) for LLDB testing
authorDaniel Malea <daniel.malea@intel.com>
Tue, 19 Feb 2013 15:48:37 +0000 (15:48 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Tue, 19 Feb 2013 15:48:37 +0000 (15:48 +0000)
- Should allow tests to run without 'clang' installed

llvm-svn: 175521

lldb/test/Makefile

index 495b09f..b02f8b8 100644 (file)
@@ -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)"