Skip to content

Commit

Permalink
[gn build] Port eba21ac
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Sep 25, 2024
1 parent b935d31 commit 8588c6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/llvm/lib/SandboxIR/BUILD.gn
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
static_library("SandboxIR") {
output_name = "LLVMSandboxIR"
deps = [
"//llvm/lib/Analysis",
"//llvm/lib/IR",
"//llvm/lib/Support",
]
Expand Down
2 changes: 2 additions & 0 deletions llvm/utils/gn/secondary/llvm/unittests/SandboxIR/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import("//third-party/unittest/unittest.gni")

unittest("SandboxIRTests") {
deps = [
"//llvm/lib/Analysis",
"//llvm/lib/AsmParser",
"//llvm/lib/IR",
"//llvm/lib/SandboxIR",
Expand All @@ -11,5 +12,6 @@ unittest("SandboxIRTests") {
"SandboxIRTest.cpp",
"TrackerTest.cpp",
"TypesTest.cpp",
"UtilsTest.cpp",
]
}

0 comments on commit 8588c6e

Please sign in to comment.