We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4ee8d commit 3123954Copy full SHA for 3123954
llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn
@@ -89,6 +89,7 @@ static_library("IR") {
89
"Value.cpp",
90
"ValueSymbolTable.cpp",
91
"VectorBuilder.cpp",
92
+ "VectorTypeUtils.cpp",
93
"Verifier.cpp",
94
]
95
}
llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
@@ -55,6 +55,7 @@ unittest("IRTests") {
55
"ValueMapTest.cpp",
56
"ValueTest.cpp",
57
"VectorBuilderTest.cpp",
58
+ "VectorTypeUtilsTest.cpp",
59
"VectorTypesTest.cpp",
60
"VerifierTest.cpp",
61
0 commit comments