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 4b6597f commit 7e23f88Copy full SHA for 7e23f88
llvm/utils/gn/secondary/llvm/unittests/Transforms/Scalar/BUILD.gn
@@ -5,11 +5,14 @@ unittest("ScalarTests") {
5
"//llvm/lib/Analysis",
6
"//llvm/lib/AsmParser",
7
"//llvm/lib/IR",
8
+ "//llvm/lib/Passes",
9
"//llvm/lib/Support",
10
+ "//llvm/lib/Testing/Support",
11
"//llvm/lib/Transforms/Scalar",
12
"//llvm/lib/Transforms/Utils",
13
]
14
sources = [
15
+ "LICMTest.cpp",
16
"LoopPassManagerTest.cpp",
17
18
}
0 commit comments