Skip to content

Commit

Permalink
oops, don't try to recover from sanitizer failures in the driver
Browse files Browse the repository at this point in the history
  • Loading branch information
regehr committed Oct 2, 2014
1 parent 82583f4 commit b6b32bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/evaluate_program
Expand Up @@ -55,7 +55,7 @@ my @gcc_opts = (
my @clang_opts = (
"-w -O0 -march=core-avx2 -mtune=core-avx2",
"-w -O1 -march=core-avx2 -mtune=core-avx2",
"-w -O1 -march=core-avx2 -mtune=core-avx2 -fsanitize=undefined",
"-w -O1 -march=core-avx2 -mtune=core-avx2 -fsanitize=undefined -fno-sanitize-recover",
"-w -Os -march=core-avx2 -mtune=core-avx2",
"-w -O2 -march=core-avx2 -mtune=core-avx2",
"-w -O3 -march=core-avx2 -mtune=core-avx2",
Expand Down

0 comments on commit b6b32bb

Please sign in to comment.