mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
This appears to be no longer necessary for the testsuite.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179667 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
60a7f69958
commit
0f3e48ecdb
@ -100,13 +100,6 @@ check-local-all:: lit.site.cfg Unit/lit.site.cfg extra-site-cfgs
|
||||
clean::
|
||||
$(RM) -rf `find $(LLVM_OBJ_ROOT)/test -name Output -type d -print`
|
||||
|
||||
# dsymutil is used on the Darwin to manipulate DWARF debugging information.
|
||||
ifeq ($(TARGET_OS),Darwin)
|
||||
DSYMUTIL=dsymutil
|
||||
else
|
||||
DSYMUTIL=true
|
||||
endif
|
||||
|
||||
ifneq ($(OCAMLOPT),)
|
||||
CC_FOR_OCAMLOPT := $(shell $(OCAMLOPT) -config | grep native_c_compiler | sed -e 's/native_c_compiler: //')
|
||||
CXX_FOR_OCAMLOPT := $(subst gcc,g++,$(CC_FOR_OCAMLOPT))
|
||||
|
Loading…
x
Reference in New Issue
Block a user