hanchenye-llvm-project/lld/lib/Core
Sam Clegg c1e7a0dde5 Add BinaryFormat to lld libraries
Without this, when building with shared BUILD_SHARED_LIBS=ON
I get errors such as:

lib/Core/Reader.cpp:40: error: undefined reference to
'llvm::identify_magic(llvm::StringRef)'

Differential Revision: https://reviews.llvm.org/D34004

llvm-svn: 304932
2017-06-07 18:06:11 +00:00
..
CMakeLists.txt Add BinaryFormat to lld libraries 2017-06-07 18:06:11 +00:00
DefinedAtom.cpp [MachO/Core] Remove (now) unused static member function. NFCI. 2016-08-04 19:49:11 +00:00
Error.cpp Use noexcept directly now that all compilers support it 2016-10-19 23:50:50 +00:00
File.cpp Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes. 2016-11-05 01:00:56 +00:00
LinkingContext.cpp Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes. 2016-11-04 17:39:46 +00:00
Reader.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
Reproduce.cpp Define sys::path::convert_to_slash 2017-01-09 01:47:15 +00:00
Resolver.cpp Prevent at compile time converting from Error::success() to Expected<T> 2016-11-11 04:29:25 +00:00
SymbolTable.cpp Removed the redundant comment. NFC. 2017-06-07 06:52:58 +00:00
TargetOptionsCommandFlags.cpp [ELF] - Allow the Code Model flag when using LTO 2017-02-28 23:43:26 +00:00
Writer.cpp Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes. 2016-11-05 01:00:56 +00:00