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.
2 parents b5110b6 + 3123954 commit 39cb96aCopy full SHA for 39cb96a
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