From 95e0361ed8b0b6150770599b371bb3018f1fcf95 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 11 Jul 2019 01:21:17 +0000 Subject: 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 --- test/asan/TestCases/Windows/global_dead_strip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3