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 61a5863 commit d1d14b7Copy full SHA for d1d14b7
llvm/utils/gn/secondary/llvm/lib/SandboxIR/BUILD.gn
@@ -4,5 +4,8 @@ static_library("SandboxIR") {
4
"//llvm/lib/IR",
5
"//llvm/lib/Support",
6
]
7
- sources = [ "SandboxIR.cpp" ]
+ sources = [
8
+ "SandboxIR.cpp",
9
+ "Tracker.cpp",
10
+ ]
11
}
llvm/utils/gn/secondary/llvm/unittests/SandboxIR/BUILD.gn
@@ -6,5 +6,8 @@ unittest("SandboxIRTests") {
"//llvm/lib/SandboxIR",
- sources = [ "SandboxIRTest.cpp" ]
+ "SandboxIRTest.cpp",
+ "TrackerTest.cpp",
12
13
0 commit comments