search for: _znk4llvm4pass11getpassnameev

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

2012 Aug 21
2
[LLVMdev] bugpoint (and possibly others) need to be compiled with -rdynamic
...uced-simplified.bc -o - | /home/steve/llvm-build/bin/./ FileCheck /usr/home/steve/llvm/test/BugPoint/metadata.ll -- Exit Code: 1 Command Output (stderr): -- Error opening '/home/steve/llvm-build/lib/./BugpointPasses.so': /home/steve/llvm-build/lib/./BugpointPasses.so: Undefined symbol "_ZNK4llvm4Pass11getPassNameEv" -load request ignored. bugpoint: Unknown command line argument '-bugpoint-crashcalls'. Try: '/home/steve/llvm-build/bin/./bugpoint -help' bugpoint: Did you mean '-simplify-libcalls'? -- bugpoint defines the symbol: [sysnet80:~/llvm-build/bin] steve$ nm bugpoint |gr...
2012 Aug 21
0
[LLVMdev] bugpoint (and possibly others) need to be compiled with -rdynamic
...e/steve/llvm-build/bin/./ > FileCheck /usr/home/steve/llvm/test/BugPoint/metadata.ll > -- > Exit Code: 1 > Command Output (stderr): > -- > Error opening '/home/steve/llvm-build/lib/./BugpointPasses.so': /home/steve/llvm-build/lib/./BugpointPasses.so: Undefined symbol "_ZNK4llvm4Pass11getPassNameEv" > -load request ignored. > bugpoint: Unknown command line argument '-bugpoint-crashcalls'. Try: '/home/steve/llvm-build/bin/./bugpoint -help' > bugpoint: Did you mean '-simplify-libcalls'? > -- > > bugpoint defines the symbol: > [sysnet80:~/llvm...
2011 Sep 17
1
[LLVMdev] make check-all glitch cmake vs. configure on FreeBSD 8.2
...LLVM :: BugPoint/metadata.ll LLVM :: BugPoint/remove_arguments_test.ll LLVM :: Feature/load_module.ll Error opening '/home/emeewis/build/llvm-release-clang-cmake/lib/./BugpointPasses.so': /home/emeewis/build/llvm-release-clang-cmake/lib/./BugpointPasses.so: Undefined symbol "_ZNK4llvm4Pass11getPassNameEv" -load request ignored. LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.AvailableExternallyFunctionIsntCompiled LLVM ERROR: Program used external function 'JITTest_AvailableExternallyFunction' which could not be resolved! LLVM-Unit :: ExecutionEngine/JIT/Release/JIT...
2014 Jul 18
2
[LLVMdev] Running an LLVM pass during an android compile
We have developed and tested an optimization pass using LLVM, and have been able to build other software such as gzip while running our pass by passing "clang" and "-Xclang -load -Xclang <path to .so>" as configure options. Now we would like to try and build android while running our pass only on certain files. It seems that android has its own version of LLVM built into
2011 Mar 28
1
[LLVMdev] [RC3] FreeBSD status.
...sh-narrowfunctiontest.ll LLVM :: BugPoint/remove_arguments_test.ll LLVM :: Feature/load_module.ll And here is stdout: Error opening '/home/arr/projects/llvm/llvm-2.9rc3/build/lib/./BugpointPasses.so': /home/arr/projects/llvm/llvm-2.9rc3/build/lib/./BugpointPasses.so: Undefined symbol "_ZNK4llvm4Pass11getPassNameEv" -load request ignored. Following tests: LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.AvailableExternallyFunctionIsntCompiled LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.AvailableExternallyGlobalIsntEmitted LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/LazyL...