File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,7 @@ static_library("Rewrite") {
7
7
" //llvm/lib/Support" ,
8
8
]
9
9
sources = [
10
- " DeltaTree.cpp" ,
11
10
" HTMLRewrite.cpp" ,
12
- " RewriteRope.cpp" ,
13
11
" Rewriter.cpp" ,
14
12
" TokenRewriter.cpp" ,
15
13
]
Original file line number Diff line number Diff line change @@ -9,8 +9,5 @@ unittest("RewriteTests") {
9
9
" //clang/lib/Tooling" ,
10
10
" //llvm/lib/Support" ,
11
11
]
12
- sources = [
13
- " RewriteBufferTest.cpp" ,
14
- " RewriterTest.cpp" ,
15
- ]
12
+ sources = [ " RewriterTest.cpp" ]
16
13
}
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ static_library("Support") {
73
73
" Debug.cpp" ,
74
74
" DebugCounter.cpp" ,
75
75
" DeltaAlgorithm.cpp" ,
76
+ " DeltaTree.cpp" ,
76
77
" DivisionByConstantInfo.cpp" ,
77
78
" DynamicAPInt.cpp" ,
78
79
" ELFAttributeParser.cpp" ,
@@ -123,6 +124,8 @@ static_library("Support") {
123
124
" RWMutex.cpp" ,
124
125
" RandomNumberGenerator.cpp" ,
125
126
" Regex.cpp" ,
127
+ " RewriteBuffer.cpp" ,
128
+ " RewriteRope.cpp" ,
126
129
" SHA1.cpp" ,
127
130
" SHA256.cpp" ,
128
131
" ScaledNumber.cpp" ,
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ unittest("ADTTests") {
71
71
" PostOrderIteratorTest.cpp" ,
72
72
" PriorityWorklistTest.cpp" ,
73
73
" RangeAdapterTest.cpp" ,
74
+ " RewriteBufferTest.cpp" ,
74
75
" SCCIteratorTest.cpp" ,
75
76
" STLExtrasTest.cpp" ,
76
77
" STLForwardCompatTest.cpp" ,
You can’t perform that action at this time.
0 commit comments