Remove top-level Clang -fsanitize= flags for optional ASan features.
[oota-llvm.git] / test / Instrumentation / AddressSanitizer / stack-poisoning.ll
index 6919e5353f208aca87682bcc31d32ac8916cd04f..ace12d03b70e242be00eddd9da1d6e55d17b0ecf 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: opt < %s -asan -asan-module -asan-use-after-return -S | FileCheck --check-prefix=CHECK-UAR %s
-; RUN: opt < %s -asan -asan-module -S | FileCheck --check-prefix=CHECK-PLAIN %s
+; RUN: opt < %s -asan -asan-module -asan-use-after-return=0 -S | FileCheck --check-prefix=CHECK-PLAIN %s
 target datalayout = "e-i64:64-f80:128-s:64-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"