search for: llvmbuildtool

Displaying 3 results from an estimated 3 matches for "llvmbuildtool".

2012 Jun 10
0
[LLVMdev] VMKIT: Assertion at build
...found the root of the problem. Build was unable to locate llvm-build because it was looking for it in path/to/vmkit_src/utils/llvm-build while it was located in path/to/llvm_src/utils/llvm-build Actually llvm-build's path is defined by the path/to/llvm_src/Makefile.rules and looks like this LLVMBuildTool := $(PROJ_SRC_ROOT)/utils/llvm-build/llvm-build however in the case of vmkit it should be LLVMBuildTool := $(LLVM_SRC_ROOT)/utils/llvm-build/llvm-build i Also noticed that in the vmkit's generated (by configure) Makefile.config there are defined PROJ_SRC_ROOT and VMKIT_SRC_ROOT as well a...
2012 Jun 07
4
[LLVMdev] VMKIT: Assertion at build
Hi Nicolas, it looks like there are missing things $ more lib/j3/LLVMRuntime/LLVMRuntime.inc // Generated by llvm2cpp - DO NOT MODIFY! Module* makeLLVMModuleContents(Module *mod) { mod->setModuleIdentifier("<stdin>"); // Type Definitions // Function Declarations // Global Variable Declarations // Constant Definitions // Global Variable Definitions // Function
2012 Jun 11
2
[LLVMdev] VMKIT: Assertion at build
...was unable to locate > llvm-build because it was looking for it in > path/to/vmkit_src/utils/llvm-**build while it was located in > path/to/llvm_src/utils/llvm-**build > > Actually llvm-build's path is defined by the path/to/llvm_src/Makefile.**rules > and looks like this > LLVMBuildTool := $(PROJ_SRC_ROOT)/utils/llvm-**build/llvm-build > however in the case of vmkit it should be > LLVMBuildTool := $(LLVM_SRC_ROOT)/utils/llvm-**build/llvm-build > > i Also noticed that in the vmkit's generated (by configure) > Makefile.config there are defined PROJ_SRC_ROOT an...