[vmkit-commits] [vmkit] r217554 - Add the include directory of llvm obj dir in the include path + ignore some generated files for svn.

Gael Thomas gael.thomas at lip6.fr
Wed Sep 10 15:08:52 PDT 2014


Author: gthomas
Date: Wed Sep 10 17:08:52 2014
New Revision: 217554

URL: http://llvm.org/viewvc/llvm-project?rev=217554&view=rev
Log:
Add the include directory of llvm obj dir in the include path + ignore some generated files for svn.

Modified:
    vmkit/trunk/Makefile.rules
    vmkit/trunk/lib/j3/ClassLib/OpenJDK/   (props changed)
    vmkit/trunk/lib/j3/LLVMRuntime/   (props changed)
    vmkit/trunk/lib/static-gc-pass/   (props changed)
    vmkit/trunk/lib/static-gc-printer/   (props changed)
    vmkit/trunk/tools/trainer/   (props changed)

Modified: vmkit/trunk/Makefile.rules
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/Makefile.rules?rev=217554&r1=217553&r2=217554&view=diff
==============================================================================
--- vmkit/trunk/Makefile.rules (original)
+++ vmkit/trunk/Makefile.rules Wed Sep 10 17:08:52 2014
@@ -36,7 +36,7 @@ LLC_FLAGS+=-disable-cfi -disable-fp-elim
 OPT_FLAGS+=-disable-cfi -disable-fp-elim 
 
 INCLUDES+=-I$(PROJ_SRC_CWD) -I$(PROJ_SRC_ROOT)/include -I$(PROJ_SRC_ROOT)/lib/vmkit/MMTk -I$(BUILD_DIR) \
-					-I$(shell $(LLVM_CONFIG) --includedir) -I$(shell $(LLVM_CONFIG) --src-root)
+					-I$(shell $(LLVM_CONFIG) --includedir) -I$(shell $(LLVM_CONFIG) --obj-root)/include -I$(shell $(LLVM_CONFIG) --src-root)
 
 WARN_CFLAGS=  -Wall -Wno-long-long -Wno-variadic-macros -Wno-unused-private-field -Wno-unused-variable
 COMMON_CFLAGS+= $(INCLUDES) -ansi -pedantic $(WARN_CFLAGS) -fPIC \

Propchange: vmkit/trunk/lib/j3/ClassLib/OpenJDK/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 10 17:08:52 2014
@@ -0,0 +1,2 @@
+Release+Asserts
+classes

Propchange: vmkit/trunk/lib/j3/LLVMRuntime/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Sep 10 17:08:52 2014
@@ -1,4 +1,5 @@
 Debug+Asserts
+Release+Asserts
 Release
 LLVMRuntime.inc
 LLVMRuntime.gen.ll

Propchange: vmkit/trunk/lib/static-gc-pass/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Sep 10 17:08:52 2014
@@ -1 +1,2 @@
 Debug+Asserts
+Release+Asserts

Propchange: vmkit/trunk/lib/static-gc-printer/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Sep 10 17:08:52 2014
@@ -1 +1,2 @@
 Debug+Asserts
+Release+Asserts

Propchange: vmkit/trunk/tools/trainer/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Sep 10 17:08:52 2014
@@ -1,2 +1,3 @@
 Debug+Asserts
+Release+Asserts
 





More information about the vmkit-commits mailing list