forked from OSchip/llvm-project
Include the top-level Makefile.config from the LLVM tree for projects
llvm-svn: 8035
This commit is contained in:
parent
b42c15396c
commit
558085b76c
|
@ -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