You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify error test to run with hwasan without error
The sanitizer-aarch64-linux-bootstrap-hwasan
buildbot was failing when running the
llvm/test/CodeGen/SPIRV/opencl/reflect-error.ll
test.
Defining `abort_on_error=0` in the HWASAN_OPTIONS
environment variable should resolve this issue, as
the test purposefully throws an error we intend to
catch.
0 commit comments