Displaying 2 results from an estimated 2 matches for "f477281f".
Did you mean:
c472281f
2009 Jul 23
0
[LLVMdev] LLVM Module Pass problem!
Saman Zonouz wrote:
> Dear All,
>
> I am new to LLVM and try to write a Module pass. In the same .cpp file
> I am defining a class.
> The problem is that whenever I instantiate an object from the class I
> get the following error while running the pass:
>
> opt: symbol lookup error: ../llvm/Debug/lib/MyPass.so: undefined
> symbol: _ZN10Thread_MyPassC1Ev
>
> The
2009 Jul 23
2
[LLVMdev] LLVM Module Pass problem!
Dear All,
I am new to LLVM and try to write a Module pass. In the same .cpp file I am defining a class.
The problem is that whenever I instantiate an object from the class I get the following error while running the pass:
opt: symbol lookup error: ../llvm/Debug/lib/MyPass.so: undefined symbol: _ZN10Thread_MyPassC1Ev
The pass is compiled correctly but does not run. Could you someone please let