Fix Makefile bug preventing tests from running when building lldb with ccache

llvm-svn: 175547
This commit is contained in:
Daniel Malea 2013-02-19 19:31:05 +00:00
parent 37f76e53d7
commit d6915b42ff
1 changed files with 1 additions and 1 deletions

View 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 -C $(CC)"
python $(PROJ_SRC_DIR)/dosep.ty -o "--executable $(ToolDir)/lldb -q -s lldb-test-traces -C $(subst ccache,,$(CC))"