Skip to content

Commit bd1721e

Browse files
committed
Revert "gn build: Merge r368021"
This reverts commit r368025, which depends on r368021, which needs to be reverted. llvm-svn: 368034
1 parent 0be7388 commit bd1721e

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

llvm/utils/gn/secondary/llvm/lib/ObjectYAML/BUILD.gn

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@ static_library("ObjectYAML") {
22
output_name = "LLVMObjectYAML"
33
deps = [
44
"//llvm/lib/DebugInfo/CodeView",
5-
"//llvm/lib/MC",
6-
"//llvm/lib/Object",
75
"//llvm/lib/Support",
86
]
97
sources = [
10-
"COFFEmitter.cpp",
118
"COFFYAML.cpp",
129
"CodeViewYAMLDebugSections.cpp",
1310
"CodeViewYAMLSymbols.cpp",
@@ -16,17 +13,12 @@ static_library("ObjectYAML") {
1613
"DWARFEmitter.cpp",
1714
"DWARFVisitor.cpp",
1815
"DWARFYAML.cpp",
19-
"ELFEmitter.cpp",
2016
"ELFYAML.cpp",
21-
"MachOEmitter.cpp",
2217
"MachOYAML.cpp",
23-
"MinidumpEmitter.cpp",
2418
"MinidumpYAML.cpp",
2519
"ObjectYAML.cpp",
26-
"WasmEmitter.cpp",
2720
"WasmYAML.cpp",
2821
"XCOFFYAML.cpp",
2922
"YAML.cpp",
30-
"yaml2obj.cpp",
3123
]
3224
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
executable("yaml2obj") {
22
deps = [
3+
"//llvm/lib/DebugInfo/CodeView",
4+
"//llvm/lib/MC",
5+
"//llvm/lib/Object",
36
"//llvm/lib/ObjectYAML",
47
"//llvm/lib/Support",
58
]
69
sources = [
10+
"yaml2coff.cpp",
11+
"yaml2elf.cpp",
12+
"yaml2macho.cpp",
13+
"yaml2minidump.cpp",
714
"yaml2obj.cpp",
15+
"yaml2wasm.cpp",
816
]
917
}

llvm/utils/gn/secondary/llvm/unittests/ObjectYAML/BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ unittest("ObjectYAMLTests") {
88
]
99
sources = [
1010
"MinidumpYAMLTest.cpp",
11-
"YAML2ObjTest.cpp",
1211
"YAMLTest.cpp",
1312
]
1413
}

0 commit comments

Comments
 (0)