[compiler-rt] r365725 - Change another test I missed in r365724
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 10 18:21:17 PDT 2019
Author: nico
Date: Wed Jul 10 18:21:17 2019
New Revision: 365725
URL: http://llvm.org/viewvc/llvm-project?rev=365725&view=rev
Log:
Change another test I missed in r365724
Modified:
compiler-rt/trunk/test/asan/TestCases/Windows/global_dead_strip.c
Modified: compiler-rt/trunk/test/asan/TestCases/Windows/global_dead_strip.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Windows/global_dead_strip.c?rev=365725&r1=365724&r2=365725&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Windows/global_dead_strip.c (original)
+++ compiler-rt/trunk/test/asan/TestCases/Windows/global_dead_strip.c Wed Jul 10 18:21:17 2019
@@ -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
More information about the llvm-commits
mailing list