summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-07-11 01:21:17 +0000
committerNico Weber <nicolasweber@gmx.de>2019-07-11 01:21:17 +0000
commit95e0361ed8b0b6150770599b371bb3018f1fcf95 (patch)
tree22d70a9d723ddce7bd523d944ee0e47f8dd469d8
parentb08c1125517254ab90d1bde55ad8a20d9c6d8c62 (diff)
downloadcompiler-rt-95e0361ed8b0b6150770599b371bb3018f1fcf95.tar.gz
Change another test I missed in r365724
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@365725 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/asan/TestCases/Windows/global_dead_strip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Windows/global_dead_strip.c b/test/asan/TestCases/Windows/global_dead_strip.c
index 2121392d9..a13447da9 100644
--- a/test/asan/TestCases/Windows/global_dead_strip.c
+++ b/test/asan/TestCases/Windows/global_dead_strip.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cl_asan /Gw /O0 %s /Fe%t.exe
+// RUN: %clang_cl_asan /Gw /Od %s /Fe%t.exe
// RUN: %env_asan_opts=report_globals=2 %t.exe 2>&1 | FileCheck %s --check-prefix=NOSTRIP
// RUN: %clang_cl_asan /Gw /O2 %s /Fe%t.exe -link -opt:ref
// RUN: %env_asan_opts=report_globals=2 %t.exe 2>&1 | FileCheck %s --check-prefix=STRIP