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") {
77 " //llvm/lib/Support" ,
88 ]
99 sources = [
10- " DeltaTree.cpp" ,
1110 " HTMLRewrite.cpp" ,
12- " RewriteRope.cpp" ,
1311 " Rewriter.cpp" ,
1412 " TokenRewriter.cpp" ,
1513 ]
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments