| Index: tests_lit/asan_tests/wideloads.ll
|
| diff --git a/tests_lit/asan_tests/wideloads.ll b/tests_lit/asan_tests/wideloads.ll
|
| index 50a997517e03a1e54e31c1c801ae4b7d08ff4689..fae1280a5aeaa92c0605ec7d4fa2a93c7b87afbb 100644
|
| --- a/tests_lit/asan_tests/wideloads.ll
|
| +++ b/tests_lit/asan_tests/wideloads.ll
|
| @@ -4,12 +4,12 @@
|
|
|
| ; check for wide load exception
|
| ; RUN: llvm-as %s -o - | pnacl-freeze > %t.pexe && %S/../../pydir/szbuild.py \
|
| -; RUN: --fsanitize-address --sz="-allow-externally-defined-symbols" \
|
| +; RUN: --fsanitize-address --sz=-allow-externally-defined-symbols \
|
| ; RUN: %t.pexe -o %t && %t | FileCheck %s --check-prefix=WIDE --allow-empty
|
|
|
| ; check for error reporting
|
| ; RUN: llvm-as %s -o - | pnacl-freeze > %t.pexe && %S/../../pydir/szbuild.py \
|
| -; RUN: --fsanitize-address --sz="-allow-externally-defined-symbols" \
|
| +; RUN: --fsanitize-address --sz=-allow-externally-defined-symbols \
|
| ; RUN: %t.pexe -o %t && %t 1 2>&1 | FileCheck %s --check-prefix=NOWIDE
|
|
|
|
|
|
|