From: Mikhail Glushenkov Date: Fri, 9 Jan 2009 16:31:01 +0000 (+0000) Subject: Support llvmc plugins in out-of-tree projects. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=afa2259e36960b01f9861aec031fafaf63e1fdf2 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 --- diff --git a/Makefile.rules b/Makefile.rules index ca7b8029837..33dcbda7ef3 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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)