Commit 4363cd2
committed
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.1 parent d72c555 commit 4363cd2
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments