mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Make this file capable of being used by both LLVM and its projects
llvm-svn: 19588
This commit is contained in:
parent
66cf1a6f82
commit
bf8f3f5e13
@ -57,7 +57,11 @@
|
||||
#
|
||||
# Configuration file to set paths specific to local installation of LLVM
|
||||
#
|
||||
ifndef LLVM_OBJ_ROOT
|
||||
include $(LEVEL)/Makefile.config
|
||||
else
|
||||
include $(LLVM_OBJ_ROOT)/Makefile.config
|
||||
endif
|
||||
|
||||
#
|
||||
# Include all of the build rules used for making LLVM
|
||||
|
Loading…
x
Reference in New Issue
Block a user