forked from OSchip/llvm-project
[gn build] Port 4070aa0156
This commit is contained in:
parent
098e807074
commit
4f5d525b1d
|
@ -19,6 +19,7 @@ static_library("Object") {
|
|||
"COFFImportFile.cpp",
|
||||
"COFFModuleDefinition.cpp",
|
||||
"COFFObjectFile.cpp",
|
||||
"DXContainer.cpp",
|
||||
"Decompressor.cpp",
|
||||
"ELF.cpp",
|
||||
"ELFObjectFile.cpp",
|
||||
|
|
|
@ -9,6 +9,7 @@ unittest("ObjectTests") {
|
|||
]
|
||||
sources = [
|
||||
"ArchiveTest.cpp",
|
||||
"DXContainerTest.cpp",
|
||||
"ELFObjectFileTest.cpp",
|
||||
"ELFTest.cpp",
|
||||
"ELFTypesTest.cpp",
|
||||
|
|
Loading…
Reference in New Issue