[PATCH] D109794: [Sanitizer] Allow setting the report path to create directory

Denis Nikitin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 9 18:39:08 PST 2022


denik added a comment.

This change breaks tests with sanitizers running in a sandbox.
If `/usr/local/tmp/asan` is in the allow-list for writing, the sandbox will kill the test when it tries to create `/usr`.

This failure is caught on Chrome OS, https://issuetracker.google.com/209296420.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109794/new/

https://reviews.llvm.org/D109794



More information about the llvm-commits mailing list