From 3eb9044f30719b40667548710ff268a5ff146c25 Mon Sep 17 00:00:00 2001 From: Daniel Malea Date: Tue, 19 Feb 2013 15:48:37 +0000 Subject: [PATCH] Update Makefile to use build-compiler (CC) for LLDB testing - Should allow tests to run without 'clang' installed llvm-svn: 175521 --- lldb/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/Makefile b/lldb/test/Makefile index 495b09f..b02f8b8 100644 --- a/lldb/test/Makefile +++ b/lldb/test/Makefile @@ -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)" -- 2.7.4