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 8ee9646 commit 741ea80Copy full SHA for 741ea80
llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn
@@ -90,7 +90,6 @@ static_library("IR") {
90
"VFABIDemangler.cpp",
91
"Value.cpp",
92
"ValueSymbolTable.cpp",
93
- "VectorBuilder.cpp",
94
"VectorTypeUtils.cpp",
95
"Verifier.cpp",
96
]
llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
@@ -54,7 +54,6 @@ unittest("IRTests") {
54
"ValueHandleTest.cpp",
55
"ValueMapTest.cpp",
56
"ValueTest.cpp",
57
- "VectorBuilderTest.cpp",
58
"VectorTypeUtilsTest.cpp",
59
"VectorTypesTest.cpp",
60
"VerifierTest.cpp",
0 commit comments