search for: llvm_config_project

Displaying 5 results from an estimated 5 matches for "llvm_config_project".

2010 Jan 21
1
[LLVMdev] Patch for sample project configure.ac
Without this change, regenerated ./configure's don't work. -------------- next part -------------- A non-text attachment was scrubbed... Name: sample-project-autoconf.patch Type: text/x-patch Size: 928 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100122/904a5563/attachment.bin>
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 19
0
[LLVMdev] creating a project from sample project
...sn't look familiar (but then, does it 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, and the paths you're attempt...
2006 Apr 20
1
[LLVMdev] creating a project from sample project
...t > 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...
2006 Apr 19
2
[LLVMdev] creating a project from sample project
Reid, Thanks for the help. I am trying out the fixes you checked into CVS. I seem to be getting some errors running AutoRegen.sh. I am a bit inexperienced with autoconf and m4. The errors I'm getting are below. Do you know what the problem is? I am using machines running FC3. The autoconf version is 2.59, the aclocal version is 1.9.2, and the m4 version is 1.4.1.