[llvm] [llvm][Support][Memory] Add memfd based fallback for strict W^X Linux systems (PR #98538)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 31 13:12:02 PDT 2024
================
@@ -526,6 +526,7 @@ class raw_fd_ostream : public raw_pwrite_stream {
/// this closes the file when the stream is destroyed. If FD is for stdout or
/// stderr, it will not be closed.
raw_fd_ostream(int fd, bool shouldClose, bool unbuffered = false,
+ bool simpleStream = false,
----------------
minipli-oss wrote:
Yeah, makes sense. I'll fix up documenting the other options as well.
https://github.com/llvm/llvm-project/pull/98538
More information about the llvm-commits
mailing list