blob: e557eb7233d59a5eba3a5a323f06a11641f4b763 [file] [log] [blame]
#
# Set this variable to the top of the LLVM source tree.
#
LLVM_SRC_ROOT = @LLVM_SRC@
#
# Set this variable to the top level directory where LLVM was built
# (i.e. where all of the object files are located).
#
LLVM_OBJ_ROOT = @LLVM_OBJ@
#
# Include LLVM's Makefile Makefile.
#
include $(LLVM_SRC_ROOT)/Makefile.config