2012-12-05 05:09:04 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS support)
|
|
|
|
|
2011-12-18 16:27:59 +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-11-14 08:51:33 +08:00
|
|
|
InputGraph.cpp
|
2013-08-07 06:31:59 +08:00
|
|
|
LinkingContext.cpp
|
2011-12-18 16:27:59 +08:00
|
|
|
Resolver.cpp
|
|
|
|
SymbolTable.cpp
|
|
|
|
)
|
2013-10-07 10:47:09 +08:00
|
|
|
|
2014-02-26 14:53:16 +08:00
|
|
|
target_link_libraries(lldCore ${cmake_2_8_12_INTERFACE}
|
2013-11-07 06:56:42 +08:00
|
|
|
lldNative
|
|
|
|
lldYAML
|
|
|
|
)
|