Skip to content

Commit

Permalink
[gn] manually re-sync llvm-exegesis tool deps
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nico committed Nov 26, 2023
1 parent 580858a commit acdd3cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ executable("llvm-exegesis") {
deps = [
"lib",
"//llvm/lib/CodeGen",
"//llvm/lib/CodeGen",
"//llvm/lib/ExecutionEngine",
"//llvm/lib/ExecutionEngine/MCJIT",
"//llvm/lib/DebugInfo/Symbolize",
"//llvm/lib/MC",
"//llvm/lib/Object",
"//llvm/lib/Support",
Expand Down
3 changes: 3 additions & 0 deletions llvm/utils/gn/secondary/llvm/tools/llvm-exegesis/lib/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ static_library("lib") {
"//llvm/lib/CodeGen/GlobalISel",
"//llvm/lib/ExecutionEngine",
"//llvm/lib/ExecutionEngine/Orc",
"//llvm/lib/ExecutionEngine/RuntimeDyld",
"//llvm/lib/IR",
"//llvm/lib/MC",
"//llvm/lib/MC/MCDisassembler",
"//llvm/lib/MC/MCParser",
"//llvm/lib/MCA",
"//llvm/lib/Object",
"//llvm/lib/ObjectYAML",
Expand Down

0 comments on commit acdd3cc

Please sign in to comment.