Skip to content

Commit defbd5b

Browse files
committed
[gn build] Port 90670b5
1 parent 90670b5 commit defbd5b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ static_library("Support") {
176176
"circular_raw_ostream.cpp",
177177
"raw_os_ostream.cpp",
178178
"raw_ostream.cpp",
179+
"raw_ostream_proxy.cpp",
179180
"raw_socket_stream.cpp",
180181
"regcomp.c",
181182
"regerror.c",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ unittest("SupportTests") {
113113
"buffer_ostream_test.cpp",
114114
"formatted_raw_ostream_test.cpp",
115115
"raw_fd_stream_test.cpp",
116+
"raw_ostream_proxy_test.cpp",
116117
"raw_ostream_test.cpp",
117118
"raw_pwrite_stream_test.cpp",
118119
"raw_sha1_ostream_test.cpp",

0 commit comments

Comments
 (0)