search for: llvmprocesssourc

Displaying 17 results from an estimated 17 matches for "llvmprocesssourc".

Did you mean: llvmprocesssources
2014 Mar 08
2
[LLVMdev] Why are the tablegen files excluded from source lists/
...lem is that the .td and .h files are not shown as sources in the codeblocks (.cbp) output generated by cmake. I’m consuming the .cbp file with Qt Creator - it’s seems to be an otherwise excellent tool for llvm development. It seems that the culprit is llvm_process_sources function in cmake/modules/LLVMProcessSources.cmake. The addition of .td sources and header files is wrapped in the following conditional: if( MSVC_IDE OR XCODE ) Is this necessary at all? At least for codeblocks output, removal of this conditional has no ill effects and adds the .td and .h files to the sources list. At the very least, t...
2015 May 28
5
[LLVMdev] Building poolalloc with current LLVM development branch?
...rror/poolalloc.git When I went to re-run ninja, (or even CMake by itself), I get errors like the following (truncated for brevity). Any suggestions for whether I'm trying to use the build system incorrectly, vs. having an incompatible combo of LLVM and poolalloc? CMake Error at cmake/modules/LLVMProcessSources.cmake:83 (message): Found unknown source file /opt/clang-llvm/llvm/projects/poolalloc/runtime/PreRT/strdup.c Please update /opt/clang-llvm/llvm/projects/poolalloc/runtime/PreRT/CMakeLists.txt Call Stack (most recent call first): cmake/modules/LLVMProcessSources.cmake:54 (llvm_check_...
2015 May 28
0
[LLVMdev] Building poolalloc with current LLVM development branch?
...I went to re-run ninja, (or even CMake by itself), I get errors like > the following (truncated for brevity). Any suggestions for whether I'm > trying to use the build system incorrectly, vs. having an incompatible > combo of LLVM and poolalloc? > > CMake Error at cmake/modules/LLVMProcessSources.cmake:83 (message): > Found unknown source file > /opt/clang-llvm/llvm/projects/poolalloc/runtime/PreRT/strdup.c > > > Please update > /opt/clang-llvm/llvm/projects/poolalloc/runtime/PreRT/CMakeLists.txt > > > Call Stack (most recent call first): > cmake/mo...
2016 Sep 03
2
llc error
I updated to the latest revision and now llvm does not build and quits cmake with CMake Error at cmake/modules/LLVMProcessSources.cmake:83 (message): Found unknown source file ../llvm-revec/lib/CodeGen/MachineFunctionAnalysis.cpp Please update ../llvm-revec/lib/CodeGen/CMakeLists.txt Thanks On Sat, Sep 3, 2016 at 2:09 AM, Craig Topper <craig.topper at gmail.com> wrote: > What version of llvm are you us...
2015 May 30
0
[LLVMdev] Building poolalloc with current LLVM development branch?
...went to re-run ninja, (or even CMake by itself), I get errors > like the following (truncated for brevity). Any suggestions for > whether I'm trying to use the build system incorrectly, vs. having an > incompatible combo of LLVM and poolalloc? > > CMake Error at cmake/modules/LLVMProcessSources.cmake:83 (message): > Found unknown source file > /opt/clang-llvm/llvm/projects/poolalloc/runtime/PreRT/strdup.c > > > Please update > /opt/clang-llvm/llvm/projects/poolalloc/runtime/PreRT/CMakeLists.txt > > > Call Stack (most recent call first): > cmake/module...
2015 May 30
1
[LLVMdev] Building poolalloc with current LLVM development branch?
...I went to re-run ninja, (or even CMake by itself), I get errors > like the following (truncated for brevity). Any suggestions for whether > I'm trying to use the build system incorrectly, vs. having an incompatible > combo of LLVM and poolalloc? > > CMake Error at cmake/modules/LLVMProcessSources.cmake:83 (message): > Found unknown source file > /opt/clang-llvm/llvm/projects/poolalloc/runtime/PreRT/strdup.c > > > Please update > /opt/clang-llvm/llvm/projects/poolalloc/runtime/PreRT/CMakeLists.txt > > > Call Stack (most recent call first): > cmake/...
2010 Oct 14
2
[LLVMdev] LLVM use of C++ exceptions and RTTI
On Thu, Oct 14, 2010 at 4:09 PM, Duncan Sands <baldrick at free.fr> wrote: > Hi Francois, > >> In that case, RTTI and exception should also be disabled from CMake >> generated projects right? >> Currently they are enabled all over my MSVC projects. > > I'm not sure what you are asking.  The goal is for LLVM to not require > RTTI or exception handling.
2012 Mar 13
0
[LLVMdev] llvm-config --cxxflags does not give the result the configuration script wants?
...relevant command generated by your makefile and the associated error message(s). RTTI is an on/off option that changes per LLVM library, so setting -fno-rtti for using LLVM makes no sense. VMCore and Support have -frtti while most of the rest have -fno-rtti. The switch is decided on cmake/modules/LLVMProcessSources.cmake depending on the value of LLVM_REQUIRES_RTTI. [snip]
2012 Mar 14
2
[LLVMdev] llvm-config --cxxflags does not give the result the configuration script wants?
...ed by your makefile and the associated error message(s). > > RTTI is an on/off option that changes per LLVM library, so setting > -fno-rtti for using LLVM makes no sense. VMCore and Support have -frtti > while most of the rest have -fno-rtti. The switch is decided on > cmake/modules/LLVMProcessSources.cmake depending on the value of > LLVM_REQUIRES_RTTI. > > > Hello! I'm sorry, because I've already solved the build problem with the mentioned app manually, now it's not very convenient for me to reproduce the error for the moment. I agree that "RTTI is an on/off opti...
2012 Mar 13
2
[LLVMdev] llvm-config --cxxflags does not give the result the configuration script wants?
Hello LLVM-DEV! Recently I think I found a bug in llvm's CMakeLists.(I use llvm 3.1svn and Clang 3.1) I follow the normal way to try to compile an application that utilize both clang and llvm: I ./autogen.sh it, ./configure it and make it. But the make fails. At last I found out the failure is because that the Makefile's CXXFLAGS does not contain -fno-rtti option which is needed by the
2015 Jul 06
2
[LLVMdev] [cfe-dev] 3.6.2-rc1 has been tagged. Testers needed.
...MSVCCRT.cmake FindOCaml.cmake GetSVN.cmake HandleLLVMStdlib.cmake LLVMConfig.cmake LLVMExports.cmake TableGen.cmake AddLLVMDefinitions.cmake AddSphinxTarget.cmake CrossCompile.cmake FindSphinx.cmake HandleLLVMOptions.cmake LLVM-Config.cmake LLVMConfigVersion.cmake LLVMProcessSources.cmake ``` You're going to have to do some debugging on your end because I cannot reproduce what ends up your tarball. I guess a first step would be to try building LLVM in your chroot but outside of the test-release.sh script. You could then try... 1. After doing a complete build have the `...
2012 Mar 14
0
[LLVMdev] llvm-config --cxxflags does not give the result the configuration script wants?
...the associated error message(s). >> > >> RTTI is an on/off option that changes per LLVM library, so setting >> -fno-rtti for using LLVM makes no sense. VMCore and Support have -frtti >> while most of the rest have -fno-rtti. The switch is decided on >> cmake/modules/LLVMProcessSources.cmake depending on the value of >> LLVM_REQUIRES_RTTI. >> >> >> Hello! I'm sorry, because I've already solved the build problem with the > mentioned app manually, now it's not very convenient for me to reproduce > the error for the moment. I agree that &q...
2015 Jul 07
2
[LLVMdev] [cfe-dev] 3.6.2-rc1 has been tagged. Testers needed.
...VN.cmake HandleLLVMStdlib.cmake >> LLVMConfig.cmake LLVMExports.cmake TableGen.cmake >> AddLLVMDefinitions.cmake AddSphinxTarget.cmake CrossCompile.cmake >> FindSphinx.cmake HandleLLVMOptions.cmake LLVM-Config.cmake >> LLVMConfigVersion.cmake LLVMProcessSources.cmake >> ``` > > I have these in the install directory of my cmake based trunk build. Yes those will definitely existing if you build LLVM using the CMake build system but since LLVM 3.5 the Autoconf/Makefile build system also generates and installs CMake files into the LLVM install...
2013 Jun 14
1
[LLVMdev] Building pass out of source with cmake: undefined symbol error
Ah! Think I figured it out -- it's rtti. When I build with -fno-rtti, the spurious symbol disappears. Blargh, that was complicated. I'm going to try an out-of-source cmake build now. So far this has been a soliloquy, hope it helps someone else. ________________________________ From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf of Charles Jacobsen
2012 Mar 14
2
[LLVMdev] llvm-config --cxxflags does not give the result the configuration script wants?
...). > >> > > > >> RTTI is an on/off option that changes per LLVM library, so setting > >> -fno-rtti for using LLVM makes no sense. VMCore and Support have -frtti > >> while most of the rest have -fno-rtti. The switch is decided on > >> cmake/modules/LLVMProcessSources.cmake depending on the value of > >> LLVM_REQUIRES_RTTI. > >> > >> > >> Hello! I'm sorry, because I've already solved the build problem with the > > mentioned app manually, now it's not very convenient for me to reproduce > > the error f...
2016 Sep 03
4
llc error
Hi all, The attached LLVM assembly file fails to generate x86 code when compiled using llc. compilation command - ../llvm-build/bin/llc -filetype=asm -march=x86-64 -mcpu=core-avx2 ex4.ll The error message is, LLVM ERROR: Cannot select: t95: v8f32 = X86ISD::SUBV_BROADCAST t17 t17: v4f32,ch = load<LD16[%scevgep](tbaa=<0x4dbcd98>)> t0, t16, undef:i64 t16: i64 = add t2,
2015 Jul 06
4
[LLVMdev] [cfe-dev] 3.6.2-rc1 has been tagged. Testers needed.
Hi, I've taken a look at the binary tarballs for clang+llvm-3.6.2-rc1-* that have been uploaded and observed the following: * All uploaded tarballs include the generated CMake files apart from ``clang+llvm-3.6.2-rc1-x86_64-linux-gnu-ubuntu-14.04.tar.xz``. These files (share/llvm/cmake/*.cmake) are missing in this tarball. * Inside the Ubuntu tarball the directory is not consistently named