Skip to content

Commit 509e390

Browse files
llvmgnsyncbottmsri
authored andcommitted
[gn build] Port 42c5a30
1 parent d11a8cf commit 509e390

File tree

1 file changed

+4
-1
lines changed
  • llvm/utils/gn/secondary/llvm/unittests/Transforms/Vectorize/SandboxVectorizer

1 file changed

+4
-1
lines changed

llvm/utils/gn/secondary/llvm/unittests/Transforms/Vectorize/SandboxVectorizer/BUILD.gn

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ unittest("SandboxVectorizerTests") {
99
"//llvm/lib/TargetParser",
1010
"//llvm/lib/Transforms/Vectorize",
1111
]
12-
sources = [ "DependencyGraphTest.cpp" ]
12+
sources = [
13+
"DependencyGraphTest.cpp",
14+
"LegalityTest.cpp",
15+
]
1316
}

0 commit comments

Comments
 (0)