Skip to content

Commit 3479543

Browse files
committed
[gn build] Port b861b12
1 parent b861b12 commit 3479543

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ static_library("TextAPI") {
1515
"Target.cpp",
1616
"TextStub.cpp",
1717
"TextStubCommon.cpp",
18+
"TextStubV5.cpp",
1819
]
1920
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ unittest("TextAPITests") {
1010
"TextStubV2Tests.cpp",
1111
"TextStubV3Tests.cpp",
1212
"TextStubV4Tests.cpp",
13+
"TextStubV5Tests.cpp",
1314
]
1415
}

0 commit comments

Comments
 (0)