| commit | 2818be555bddbd99f2b7829a0717260540f02e21 | [log] [tgz] |
|---|---|---|
| author | Jan Svoboda <jan_svoboda@apple.com> | Tue Jan 06 09:38:32 2026 -0800 |
| committer | Copybara-Service <copybara-worker@google.com> | Tue Jan 06 09:42:19 2026 -0800 |
| tree | c2832014e37387f448892a8e9747267d76952edd | |
| parent | 07c5a77b2dc456ec0f48ef76838fa7322aba96e2 [diff] |
[llvm] Bypass sandbox in `sys::fs::createTemporaryFile()` (#174491) Based on the name of the function, I think it's safe to assume `sys::fs::createTemporaryFile()` is not to be used for formal compiler outputs and should only be used for compiler-internal outputs (caches, debugging output, etc.). Thus, it should be fine to disable the IO sandbox and allow bypassing `vfs::OutputBackend` here. GitOrigin-RevId: a165f8ccd892f215b21163e42071465aea41e907