2017-02-03 08:53:57 +08:00
|
|
|
if(NOT LLD_BUILT_STANDALONE)
|
|
|
|
set(tablegen_deps intrinsics_gen)
|
|
|
|
endif()
|
|
|
|
|
2016-01-07 08:14:04 +08:00
|
|
|
add_lld_library(lldCore
|
2013-01-09 09:17:12 +08:00
|
|
|
DefinedAtom.cpp
|
2012-02-01 05:47:13 +08:00
|
|
|
Error.cpp
|
2011-12-18 16:27:59 +08:00
|
|
|
File.cpp
|
2013-08-07 06:31:59 +08:00
|
|
|
LinkingContext.cpp
|
2015-01-22 06:54:56 +08:00
|
|
|
Reader.cpp
|
2011-12-18 16:27:59 +08:00
|
|
|
Resolver.cpp
|
|
|
|
SymbolTable.cpp
|
2015-01-22 06:54:56 +08:00
|
|
|
Writer.cpp
|
2016-01-07 08:14:09 +08:00
|
|
|
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
|
|
${LLD_INCLUDE_DIR}/lld/Core
|
|
|
|
|
2017-01-09 17:57:08 +08:00
|
|
|
LINK_COMPONENTS
|
2017-06-08 02:06:11 +08:00
|
|
|
BinaryFormat
|
2017-02-03 18:13:39 +08:00
|
|
|
MC
|
2017-01-09 17:57:08 +08:00
|
|
|
Support
|
2017-06-08 02:06:11 +08:00
|
|
|
|
2017-05-07 06:10:14 +08:00
|
|
|
LINK_LIBS
|
2019-11-19 11:05:16 +08:00
|
|
|
${LLVM_PTHREAD_LIB}
|
2017-02-03 08:53:57 +08:00
|
|
|
|
|
|
|
DEPENDS
|
2019-11-19 11:05:16 +08:00
|
|
|
${tablegen_deps}
|
2013-11-07 06:56:42 +08:00
|
|
|
)
|