Displaying 1 result from an estimated 1 matches for "ifdup".
Did you mean:
fdup
2006 May 19
0
[LLVMdev] help! How to build a shared library out of multiple cpp files in LLVM?
...ror when I use opt -mypass to run it. I have tried to squeeze everything
in one file, then all errors are gone. But when the program goes large(or
have more than one classes), I don't think it is wise to do so. So I really
want to make it clear where I made the mistake.
For example, CLASS FullIFDuplica has a memember method "bool
isTwowayBranch()", whose implemention is in ClassImplement.cpp. Then if this
method is called in FullIFDuplica.cpp, error occurs.
opt: relocation error:
/home/snir/jingyu/resources/llvm/JingProject/IFDup/Debug/
lib/FullIFDuplica.so.0: undefined symbol:
_ZN...