mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 06:04:47 +00:00
gn build: Merge r356753
llvm-svn: 356767
This commit is contained in:
parent
3f0443f886
commit
cf4d715d85
@ -15,6 +15,7 @@ static_library("ObjectYAML") {
|
||||
"DWARFYAML.cpp",
|
||||
"ELFYAML.cpp",
|
||||
"MachOYAML.cpp",
|
||||
"MinidumpYAML.cpp",
|
||||
"ObjectYAML.cpp",
|
||||
"WasmYAML.cpp",
|
||||
"YAML.cpp",
|
||||
|
@ -10,6 +10,7 @@ executable("yaml2obj") {
|
||||
"yaml2coff.cpp",
|
||||
"yaml2elf.cpp",
|
||||
"yaml2macho.cpp",
|
||||
"yaml2minidump.cpp",
|
||||
"yaml2obj.cpp",
|
||||
"yaml2wasm.cpp",
|
||||
]
|
||||
|
@ -2,9 +2,12 @@ import("//llvm/utils/unittest/unittest.gni")
|
||||
|
||||
unittest("ObjectYAMLTests") {
|
||||
deps = [
|
||||
"//llvm/lib/Object",
|
||||
"//llvm/lib/ObjectYAML",
|
||||
"//llvm/lib/Testing/Support",
|
||||
]
|
||||
sources = [
|
||||
"MinidumpYAMLTest.cpp",
|
||||
"YAMLTest.cpp",
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user