mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
[gn build] (manually) port 0116d04d04f2
This commit is contained in:
parent
c476e3c118
commit
03c7f6ee36
@ -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
Block a user