Skip to content

Commit adf892d

Browse files
committed
[gn build] Port 4b5e7fa
1 parent 4675db5 commit adf892d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ static_library("AST") {
6262
"AttrDocTable.cpp",
6363
"AttrImpl.cpp",
6464
"Availability.cpp",
65+
"ByteCode/BitcastBuffer.cpp",
6566
"ByteCode/ByteCodeEmitter.cpp",
6667
"ByteCode/Compiler.cpp",
6768
"ByteCode/Context.cpp",

llvm/utils/gn/secondary/clang/unittests/AST/ByteCode/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ unittest("InterpTests") {
1010
"//clang/lib/Tooling",
1111
]
1212
sources = [
13+
"BitcastBuffer.cpp",
1314
"Descriptor.cpp",
1415
"toAPValue.cpp",
1516
]

0 commit comments

Comments
 (0)