search for: llvm_process_sourc

Displaying 7 results from an estimated 7 matches for "llvm_process_sourc".

Did you mean: llvm_process_sources
2014 Mar 08
2
[LLVMdev] Why are the tablegen files excluded from source lists/
My problem 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 fil...
2015 May 28
5
[LLVMdev] Building poolalloc with current LLVM development branch?
.../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_source_file_list) cmake/modules/AddLLVM.cmake:263 (llvm_process_sources) cmake/modules/AddLLVM.cmake:418 (llvm_add_library) projects/poolalloc/runtime/PreRT/CMakeLists.txt:2 (add_llvm_library) Thanks, Christian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150528/ad3e4...
2015 May 28
0
[LLVMdev] Building poolalloc with current LLVM development branch?
...untime/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_source_file_list) > cmake/modules/AddLLVM.cmake:263 (llvm_process_sources) > cmake/modules/AddLLVM.cmake:418 (llvm_add_library) > projects/poolalloc/runtime/PreRT/CMakeLists.txt:2 (add_llvm_library) > > > > Thanks, > Christian > > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev...
2015 May 30
0
[LLVMdev] Building poolalloc with current LLVM development branch?
.../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_source_file_list) > cmake/modules/AddLLVM.cmake:263 (llvm_process_sources) > cmake/modules/AddLLVM.cmake:418 (llvm_add_library) > projects/poolalloc/runtime/PreRT/CMakeLists.txt:2 (add_llvm_library) > > > > Thanks, > Christian > > > > > > _______________________________________________ > LLVM Developers mailing list > LL...
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: >
2015 May 30
1
[LLVMdev] Building poolalloc with current LLVM development branch?
...time/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_source_file_list) > cmake/modules/AddLLVM.cmake:263 (llvm_process_sources) > cmake/modules/AddLLVM.cmake:418 (llvm_add_library) > projects/poolalloc/runtime/PreRT/CMakeLists.txt:2 (add_llvm_library) > > > > Thanks, > Christian > > > > > > _______________________________________________ > LLVM Developers mailing listLLVMdev...
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.