Skip to content

Commit

Permalink
[gn build] Port 71e434d
Browse files Browse the repository at this point in the history
  • Loading branch information
llvmgnsyncbot committed Sep 18, 2024
1 parent 71e434d commit 51df8a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ static_library("Vectorize") {
"SLPVectorizer.cpp",
"SandboxVectorizer/DependencyGraph.cpp",
"SandboxVectorizer/Passes/BottomUpVec.cpp",
"SandboxVectorizer/Region.cpp",
"SandboxVectorizer/SandboxVectorizer.cpp",
"VPlan.cpp",
"VPlanAnalysis.cpp",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ unittest("SandboxVectorizerTests") {
sources = [
"DependencyGraphTest.cpp",
"LegalityTest.cpp",
"RegionTest.cpp",
]
}

0 comments on commit 51df8a3

Please sign in to comment.