mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
Include the top-level Makefile.config from the LLVM tree for projects
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8035 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e430a1eefb
commit
56e4fa4565
@ -50,7 +50,11 @@
|
||||
#
|
||||
# Configuration file to set paths specific to local installation of LLVM
|
||||
#
|
||||
ifdef LLVM_SRC_ROOT
|
||||
include $(LLVM_SRC_ROOT)/Makefile.config
|
||||
else
|
||||
include $(LEVEL)/Makefile.config
|
||||
endif
|
||||
|
||||
###########################################################################
|
||||
# Directory Configuration
|
||||
|
@ -50,7 +50,11 @@
|
||||
#
|
||||
# Configuration file to set paths specific to local installation of LLVM
|
||||
#
|
||||
ifdef LLVM_SRC_ROOT
|
||||
include $(LLVM_SRC_ROOT)/Makefile.config
|
||||
else
|
||||
include $(LEVEL)/Makefile.config
|
||||
endif
|
||||
|
||||
###########################################################################
|
||||
# Directory Configuration
|
||||
|
Loading…
Reference in New Issue
Block a user