[LLVMdev] DomTreeNode

Duncan Sands baldrick at free.fr
Tue Aug 21 00:25:14 PDT 2012


Hi George,

...
> dyld: lazy symbol binding failed: Symbol not found:
> __ZN4llvm17DominatorTreeBaseINS_10BasicBlockEE11getRootNodeEv
>    Referenced from:
> /Users/georgebaah/Software/llvm3.1/build/Debug+Asserts/bin/../lib/LLVMNshira.dylib
>    Expected in: flat namespace
>
> dyld: Symbol not found:
> __ZN4llvm17DominatorTreeBaseINS_10BasicBlockEE11getRootNodeEv
>    Referenced from:
> /Users/georgebaah/Software/llvm3.1/build/Debug+Asserts/bin/../lib/LLVMNshira.dylib
>    Expected in: flat namespace

looks like you forgot to link with the library defining this symbol.

Ciao, Duncan.



More information about the llvm-dev mailing list