search for: config_project

Displaying 2 results from an estimated 2 matches for "config_project".

2005 Feb 24
0
[LLVMdev] Easier project support
Folks, I have updated the "sample" project to reflect a new style of configuration that should be followed in llvm projects. Previous incarnations should continue to work, but this new approach has the following benefits: 1. Use the LLVM_CONFIG_PROJECT macro to get all LLVM project related configuration provided for you. This currently includes setting up the --with-llvmsrc and --with-llvmobj arguments to configure. This macro is actually defined in llvm/autoconf/m4/config_project.m4 so when LLVM has new requirements for projects, th...
2006 Apr 20
1
[LLVMdev] creating a project from sample project
...; ever?). > > Note that it thinks that AC_CONFIG_MAKEFILE isn't defined which is > likely if you didn't get the LLVM_SRC_ROOT correct. Here's the only > things I can think of: > > 1. You also need to cvs update llvm/autoconf/m4 to get the new > definition of LLVM_CONFIG_PROJECT. > > 2. You typed in the LLVM source root incorrectly when prompted. for it. > > Hopefully one of those two things is the case because it is easily > rectified. If not, please send the entire transcript of running with > AutoRegen.sh, the AutoRegen.sh script you're using, an...