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 4675db5 commit adf892dCopy full SHA for adf892d
llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
@@ -62,6 +62,7 @@ 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,6 +10,7 @@ unittest("InterpTests") {
10
"//clang/lib/Tooling",
11
]
12
sources = [
13
+ "BitcastBuffer.cpp",
14
"Descriptor.cpp",
15
"toAPValue.cpp",
16
0 commit comments