We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7190368 commit 2459679Copy full SHA for 2459679
llvm/utils/gn/secondary/llvm/lib/SandboxIR/BUILD.gn
@@ -5,6 +5,7 @@ static_library("SandboxIR") {
5
"//llvm/lib/Support",
6
]
7
sources = [
8
+ "Pass.cpp",
9
"SandboxIR.cpp",
10
"Tracker.cpp",
11
"Type.cpp",
llvm/utils/gn/secondary/llvm/unittests/SandboxIR/BUILD.gn
@@ -7,6 +7,7 @@ unittest("SandboxIRTests") {
"//llvm/lib/SandboxIR",
+ "PassTest.cpp",
"SandboxIRTest.cpp",
12
"TrackerTest.cpp",
13
"TypesTest.cpp",
0 commit comments