forked from OSchip/llvm-project
[gn build] Port 33706191d8
This commit is contained in:
parent
7599e98ab7
commit
9ba21911db
|
@ -27,6 +27,7 @@ static_library("MachO2") {
|
|||
"Arch/ARM64Common.cpp",
|
||||
"Arch/ARM64_32.cpp",
|
||||
"Arch/X86_64.cpp",
|
||||
"ConcatOutputSection.cpp",
|
||||
"Driver.cpp",
|
||||
"DriverUtils.cpp",
|
||||
"Dwarf.cpp",
|
||||
|
@ -35,7 +36,6 @@ static_library("MachO2") {
|
|||
"InputSection.cpp",
|
||||
"LTO.cpp",
|
||||
"MapFile.cpp",
|
||||
"MergedOutputSection.cpp",
|
||||
"ObjC.cpp",
|
||||
"OutputSection.cpp",
|
||||
"OutputSegment.cpp",
|
||||
|
|
Loading…
Reference in New Issue