Skip to content

Commit a30f7e1

Browse files
committed
[gn build] Port 54db162
1 parent 54db162 commit a30f7e1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ static_library("AST") {
6262
"AttrDocTable.cpp",
6363
"AttrImpl.cpp",
6464
"Availability.cpp",
65-
"ByteCode/BitcastBuffer.cpp",
6665
"ByteCode/ByteCodeEmitter.cpp",
6766
"ByteCode/Compiler.cpp",
6867
"ByteCode/Context.cpp",

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

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

0 commit comments

Comments
 (0)