forked from OSchip/llvm-project
Fix Makefile bug preventing tests from running when building lldb with ccache
llvm-svn: 175547
This commit is contained in:
parent
37f76e53d7
commit
d6915b42ff
|
@ -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))"
|
||||
|
|
Loading…
Reference in New Issue