Without this, when building with shared BUILD_SHARED_LIBS=ON
I get the following error:
lib/Core/Reader.cpp:40: error: undefined reference to
'llvm::identify_magic(llvm::StringRef)'
Differential D34004
Add BinaryFormat to library list for lldCore sbc100 on Jun 7 2017, 10:58 AM. Authored by
Details Without this, when building with shared BUILD_SHARED_LIBS=ON lib/Core/Reader.cpp:40: error: undefined reference to
Diff Detail
Event TimelineComment Actions I'm not sure why this didn't break any of the LLD bots. Is it because they don't build with BUILD_SHARED_LIBS perhaps? |