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/Support",
|
||||
]
|
||||
include_dirs = [ "." ]
|
||||
sources = [
|
||||
"MachO/Architecture.cpp",
|
||||
"MachO/ArchitectureSet.cpp",
|
||||
"MachO/InterfaceFile.cpp",
|
||||
"MachO/PackedVersion.cpp",
|
||||
"MachO/Platform.cpp",
|
||||
"MachO/Symbol.cpp",
|
||||
"MachO/Target.cpp",
|
||||
"MachO/TextStub.cpp",
|
||||
"MachO/TextStubCommon.cpp",
|
||||
"Architecture.cpp",
|
||||
"ArchitectureSet.cpp",
|
||||
"InterfaceFile.cpp",
|
||||
"PackedVersion.cpp",
|
||||
"Platform.cpp",
|
||||
"Symbol.cpp",
|
||||
"Target.cpp",
|
||||
"TextStub.cpp",
|
||||
"TextStubCommon.cpp",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue