mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 00:11:00 +00:00
Support llvmc plugins in out-of-tree projects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61990 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f8c430b3da
commit
afa2259e36
@ -517,6 +517,7 @@ DataInstall = $(INSTALL) -m 0644
|
||||
# paths. In this case, the SYSPATH function (defined in
|
||||
# Makefile.config) transforms Unix paths into Windows paths.
|
||||
TableGen = $(TBLGEN) -I $(call SYSPATH, $(PROJ_SRC_DIR)) \
|
||||
-I $(call SYSPATH, $(LLVM_SRC_ROOT)/include) \
|
||||
-I $(call SYSPATH, $(PROJ_SRC_ROOT)/include) \
|
||||
-I $(call SYSPATH, $(PROJ_SRC_ROOT)/lib/Target)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user