Skip to content

Commit acdd3cc

Browse files
committed
[gn] manually re-sync llvm-exegesis tool deps
As far as I can tell, the non-lib part never depended on MCJIT, so I'm not sure why I added that. While here, re-sync some other deps. Since there's no shared library build for the gn build, no real behavior change.
1 parent 580858a commit acdd3cc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/BUILD.gn

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ executable("llvm-exegesis") {
44
deps = [
55
"lib",
66
"//llvm/lib/CodeGen",
7-
"//llvm/lib/CodeGen",
8-
"//llvm/lib/ExecutionEngine",
9-
"//llvm/lib/ExecutionEngine/MCJIT",
7+
"//llvm/lib/DebugInfo/Symbolize",
108
"//llvm/lib/MC",
119
"//llvm/lib/Object",
1210
"//llvm/lib/Support",

llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/BUILD.gn

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ static_library("lib") {
99
"//llvm/lib/CodeGen/GlobalISel",
1010
"//llvm/lib/ExecutionEngine",
1111
"//llvm/lib/ExecutionEngine/Orc",
12+
"//llvm/lib/ExecutionEngine/RuntimeDyld",
1213
"//llvm/lib/IR",
1314
"//llvm/lib/MC",
15+
"//llvm/lib/MC/MCDisassembler",
16+
"//llvm/lib/MC/MCParser",
1417
"//llvm/lib/MCA",
1518
"//llvm/lib/Object",
1619
"//llvm/lib/ObjectYAML",

0 commit comments

Comments
 (0)