Jan Svoboda 128cc16c25
[clang] Bypass sandbox in the rewriter (#174496)
Clang's rewriter currently violates the IO sandbox due to a call to
`llvm::writeToOutput()`. Since the "blessed" `llvm::vfs::OutputBackend`
isn't easily available in that particular spot, this PR instead disables
the sandbox and leaves a FIXME behind.
2026-01-06 10:34:38 -08:00
..