search for: _zn4llvm9debugflage

Displaying 1 result from an estimated 1 matches for "_zn4llvm9debugflage".

2011 May 30
1
[LLVMdev] opt refuses to load a pass
...roblems while using a custom pass with opt. The pass compiles and links just fine but, when I try to use it with opt: opt -load LLVMmyPass.so -my-flag -f aes.bc -o aes_bb.bc opt refuses to load it with the following error: Error opening 'LLVMmyPass.so': LLVMmyPass.so: undefined symbol: _ZN4llvm9DebugFlagE -load request ignored. and then complains that the flag "-my-flag" cannot be found. A quick look at google makes me think that the missing symbol belongs to libLLVMSupport.a, which should be already linked to opt, shouldn't it? Somebody suggested me that perhaps LLVM and my pas...