[all-commits] [llvm/llvm-project] bb65f5: Move raw_string_ostream back to raw_ostream.cpp (#...
Andy Kaylor via All-commits
all-commits at lists.llvm.org
Wed Jan 24 11:20:35 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb65f5a5d95736cf08b282c1ded7f5cceed5fd7e
https://github.com/llvm/llvm-project/commit/bb65f5a5d95736cf08b282c1ded7f5cceed5fd7e
Author: Andy Kaylor <andrew.kaylor at intel.com>
Date: 2024-01-24 (Wed, 24 Jan 2024)
Changed paths:
M llvm/lib/Support/raw_ostream.cpp
M llvm/lib/Support/raw_socket_stream.cpp
Log Message:
-----------
Move raw_string_ostream back to raw_ostream.cpp (#79224)
The implementation of raw_string_ostream::write_impl() was moved to
raw_socket_stream.cpp when the raw_socket_ostream support was separated.
This patch moves it back to facilitate disabling socket support in
downstream projects.
More information about the All-commits
mailing list