Displaying 1 result from an estimated 1 matches for "_zn4llvm23enableabibreakingcheckse".
2019 Mar 22
2
undefined symbol EnableABIBreakingChecks
Hi,
when using the "Debug" build of LLVM 8.0 my application which uses the
LLVM builder and MCJIT components fails at startup with:
symbol lookup error: ./main: undefined symbol:
_ZN4llvm23EnableABIBreakingChecksE
(unmangled: llvm::EnableABIBreakingChecks)
The application works fine with the "Release" build of LLVM 8.0! (Right
now, I need the Debug build for access to dump() ).
The application works also fine with both the Debug or Release build
with LLVM 6.0.
Looking for differences regards...