diff options
author | Ellis Hoag <ellis.sparky.hoag@gmail.com> | 2025-05-31 07:33:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-31 07:33:11 -0700 |
commit | 79da1c405dc1b7a6692689b30dd2afa166a17961 (patch) | |
tree | 4c6d32c03454b8aafdac9c30254e073e06955b23 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 2cbe8df1819f9c4e2e89d13b933c5a594bbe3a0f (diff) | |
download | llvm-79da1c405dc1b7a6692689b30dd2afa166a17961.zip llvm-79da1c405dc1b7a6692689b30dd2afa166a17961.tar.gz llvm-79da1c405dc1b7a6692689b30dd2afa166a17961.tar.bz2 |
[Sanitizer] Use %device_rundir/ to fix test (#142274)
I attempted to fix this test in
https://github.com/llvm/llvm-project/pull/142235 but we a new error.
https://lab.llvm.org/buildbot/#/builders/186/builds/9524/steps/26/logs/stdio
> ERROR: Can't create directory: /var
The path we want is actually at `/data/local/tmp/Output/var/...`.
I found `%device_rundir/` evaluates to this prefix on android, and
nothing otherwise.
https://github.com/llvm/llvm-project/blob/f057a593a7151437edd25cfbbdcf450139346f12/compiler-rt/test/lit.common.cfg.py#L658
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions