Displaying 1 result from an estimated 1 matches for "ltmp492".
Did you mean:
ltmp491
2014 Mar 26
2
[LLVMdev] Linking problem
...it fail and I get a tons of errors like (note that the
compilation/link of the libs itself works, it fails when I make a 'make
check'):
...
./.libs/libtests.a(misc.o):(.rodata+0x5b0): undefined reference to
`.Ltmp491'
./.libs/libtests.a(misc.o):(.rodata+0x5b8): undefined reference to
`.Ltmp492'
./.libs/libtests.a(misc.o):(.rodata+0x5c0): undefined reference to
`.Ltmp493'
./.libs/libtests.a(misc.o):(.rodata+0x5c8): undefined reference to
`.Ltmp494'
...
I tried to modify my pass, call my pass in the PassManagerBuilder at
different places,... But I still got the same errors eac...