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 54db162 commit a30f7e1Copy full SHA for a30f7e1
llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
@@ -62,7 +62,6 @@ static_library("AST") {
62
"AttrDocTable.cpp",
63
"AttrImpl.cpp",
64
"Availability.cpp",
65
- "ByteCode/BitcastBuffer.cpp",
66
"ByteCode/ByteCodeEmitter.cpp",
67
"ByteCode/Compiler.cpp",
68
"ByteCode/Context.cpp",
llvm/utils/gn/secondary/clang/unittests/AST/ByteCode/BUILD.gn
@@ -10,7 +10,6 @@ unittest("InterpTests") {
10
"//clang/lib/Tooling",
11
]
12
sources = [
13
- "BitcastBuffer.cpp",
14
"Descriptor.cpp",
15
"toAPValue.cpp",
16
0 commit comments