2016-01-07 08:14:04 +08:00
|
|
|
add_lld_library(lldMachO
|
2014-07-17 03:49:02 +08:00
|
|
|
ArchHandler.cpp
|
|
|
|
ArchHandler_arm.cpp
|
2014-09-10 07:52:59 +08:00
|
|
|
ArchHandler_arm64.cpp
|
2014-07-17 03:49:02 +08:00
|
|
|
ArchHandler_x86.cpp
|
|
|
|
ArchHandler_x86_64.cpp
|
2014-10-01 05:29:54 +08:00
|
|
|
CompactUnwindPass.cpp
|
2014-07-10 05:04:24 +08:00
|
|
|
GOTPass.cpp
|
2015-02-06 04:05:33 +08:00
|
|
|
LayoutPass.cpp
|
2013-08-07 06:31:59 +08:00
|
|
|
MachOLinkingContext.cpp
|
2013-11-07 05:36:55 +08:00
|
|
|
MachONormalizedFileBinaryReader.cpp
|
|
|
|
MachONormalizedFileBinaryWriter.cpp
|
|
|
|
MachONormalizedFileFromAtoms.cpp
|
2014-01-04 07:12:02 +08:00
|
|
|
MachONormalizedFileToAtoms.cpp
|
2013-10-08 08:43:34 +08:00
|
|
|
MachONormalizedFileYAML.cpp
|
2016-01-20 05:54:21 +08:00
|
|
|
ObjCPass.cpp
|
2014-10-14 09:51:42 +08:00
|
|
|
ShimPass.cpp
|
2014-07-10 05:04:24 +08:00
|
|
|
StubsPass.cpp
|
2015-06-24 04:35:31 +08:00
|
|
|
TLVPass.cpp
|
2013-08-07 06:31:59 +08:00
|
|
|
WriterMachO.cpp
|
2015-01-22 05:26:27 +08:00
|
|
|
LINK_LIBS
|
2015-01-24 09:06:07 +08:00
|
|
|
lldCore
|
|
|
|
lldYAML
|
|
|
|
LLVMObject
|
2015-01-22 05:26:27 +08:00
|
|
|
LLVMSupport
|
2016-03-01 23:56:53 +08:00
|
|
|
${PTHREAD_LIB}
|
2012-12-05 05:09:04 +08:00
|
|
|
)
|
2014-01-04 07:12:02 +08:00
|
|
|
|
|
|
|
include_directories(.)
|