forked from OSchip/llvm-project
[gn build] (manually) port 0116d04d04
This commit is contained in:
parent
e07e08f366
commit
6103f3f39c
|
@ -4,16 +4,15 @@ static_library("TextAPI") {
|
||||||
"//llvm/lib/BinaryFormat",
|
"//llvm/lib/BinaryFormat",
|
||||||
"//llvm/lib/Support",
|
"//llvm/lib/Support",
|
||||||
]
|
]
|
||||||
include_dirs = [ "." ]
|
|
||||||
sources = [
|
sources = [
|
||||||
"MachO/Architecture.cpp",
|
"Architecture.cpp",
|
||||||
"MachO/ArchitectureSet.cpp",
|
"ArchitectureSet.cpp",
|
||||||
"MachO/InterfaceFile.cpp",
|
"InterfaceFile.cpp",
|
||||||
"MachO/PackedVersion.cpp",
|
"PackedVersion.cpp",
|
||||||
"MachO/Platform.cpp",
|
"Platform.cpp",
|
||||||
"MachO/Symbol.cpp",
|
"Symbol.cpp",
|
||||||
"MachO/Target.cpp",
|
"Target.cpp",
|
||||||
"MachO/TextStub.cpp",
|
"TextStub.cpp",
|
||||||
"MachO/TextStubCommon.cpp",
|
"TextStubCommon.cpp",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue