Skip to content

Commit a28c202

Browse files
committed
[gn build] Port 0d150db
1 parent 0d150db commit a28c202

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ static_library("Rewrite") {
77
"//llvm/lib/Support",
88
]
99
sources = [
10-
"DeltaTree.cpp",
1110
"HTMLRewrite.cpp",
12-
"RewriteRope.cpp",
1311
"Rewriter.cpp",
1412
"TokenRewriter.cpp",
1513
]

llvm/utils/gn/secondary/clang/unittests/Rewrite/BUILD.gn

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,5 @@ unittest("RewriteTests") {
99
"//clang/lib/Tooling",
1010
"//llvm/lib/Support",
1111
]
12-
sources = [
13-
"RewriteBufferTest.cpp",
14-
"RewriterTest.cpp",
15-
]
12+
sources = [ "RewriterTest.cpp" ]
1613
}

llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ static_library("Support") {
7373
"Debug.cpp",
7474
"DebugCounter.cpp",
7575
"DeltaAlgorithm.cpp",
76+
"DeltaTree.cpp",
7677
"DivisionByConstantInfo.cpp",
7778
"DynamicAPInt.cpp",
7879
"ELFAttributeParser.cpp",
@@ -123,6 +124,8 @@ static_library("Support") {
123124
"RWMutex.cpp",
124125
"RandomNumberGenerator.cpp",
125126
"Regex.cpp",
127+
"RewriteBuffer.cpp",
128+
"RewriteRope.cpp",
126129
"SHA1.cpp",
127130
"SHA256.cpp",
128131
"ScaledNumber.cpp",

llvm/utils/gn/secondary/llvm/unittests/ADT/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ unittest("ADTTests") {
7171
"PostOrderIteratorTest.cpp",
7272
"PriorityWorklistTest.cpp",
7373
"RangeAdapterTest.cpp",
74+
"RewriteBufferTest.cpp",
7475
"SCCIteratorTest.cpp",
7576
"STLExtrasTest.cpp",
7677
"STLForwardCompatTest.cpp",

0 commit comments

Comments
 (0)