search for: prert

Displaying 6 results from an estimated 6 matches for "prert".

Did you mean: prera
2015 May 28
5
[LLVMdev] Building poolalloc with current LLVM development branch?
...d 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_source_file_list) cmake/modules/AddLLVM.cmake:263 (llvm_process_sources) cmake/modules/AddLLVM.cmake:4...
2015 May 28
0
[LLVMdev] Building poolalloc with current LLVM development branch?
...ons 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_source_file_list) > cmake/modules/AddLLVM.cmake:263 (llvm_process...
2015 May 30
0
[LLVMdev] Building poolalloc with current LLVM development branch?
...ons 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_source_file_list) > cmake/modules/AddLLVM.cmake:263 (llvm_process_s...
2011 Jul 10
0
[LLVMdev] How to get line number of a function in a bitcode file?
...arguments! void (i8*, i8*, i64, i32, i1)* @llvm.memcpy.p0i8.p0i8.i64 Broken module found, compilation terminated. Broken module found, compilation terminated. /home/chenliu/llvm-2.6/llvm/Release/bin/opt: Invalid bitcode signature make[2]: *** [/home/chenliu/llvm-2.6/llvm/projects/poolalloc/runtime/PreRT/Release/strdup.bc] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory `/home/chenliu/llvm-2.6/llvm/projects/poolalloc/runtime/PreRT' make[1]: *** [all] Error 1 make[1]: Leaving directory `/home/chenliu/llvm-2.6/llvm/projects/poolalloc/runtime' make: *** [all] Er...
2015 May 30
1
[LLVMdev] Building poolalloc with current LLVM development branch?
...ns 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_source_file_list) > cmake/modules/AddLLVM.cmake:263 (llvm_proce...
2011 Jul 08
7
[LLVMdev] How to get line number of a function in a bitcode file?
Hi All, I hope to get some information about functions in a bitcode file. Say, if we have a function foo(), and the bitcode file is generated by a single source file, then I want to get the line number foo() locates in that source file. If the bitcode file is linked by multiple bitcode files, is it possible to also get which file foo() locates in? Thanks, Chen -------------- next part