We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90670b5 commit defbd5bCopy full SHA for defbd5b
llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
@@ -176,6 +176,7 @@ static_library("Support") {
176
"circular_raw_ostream.cpp",
177
"raw_os_ostream.cpp",
178
"raw_ostream.cpp",
179
+ "raw_ostream_proxy.cpp",
180
"raw_socket_stream.cpp",
181
"regcomp.c",
182
"regerror.c",
llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
@@ -113,6 +113,7 @@ unittest("SupportTests") {
113
"buffer_ostream_test.cpp",
114
"formatted_raw_ostream_test.cpp",
115
"raw_fd_stream_test.cpp",
116
+ "raw_ostream_proxy_test.cpp",
117
"raw_ostream_test.cpp",
118
"raw_pwrite_stream_test.cpp",
119
"raw_sha1_ostream_test.cpp",
0 commit comments