diff options
author | Nico Weber <nicolasweber@gmx.de> | 2019-07-11 01:21:17 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2019-07-11 01:21:17 +0000 |
commit | e837847ec64aa9420ed4ccecd40ba987e1a7338b (patch) | |
tree | 4e358f0aa3be1906f7c8b906df82b271dcb403e5 | |
parent | da233838c9b07365ad89c91dec336f6edf750c15 (diff) | |
download | bcm5719-llvm-e837847ec64aa9420ed4ccecd40ba987e1a7338b.tar.gz bcm5719-llvm-e837847ec64aa9420ed4ccecd40ba987e1a7338b.zip |
Change another test I missed in r365724
llvm-svn: 365725
-rw-r--r-- | compiler-rt/test/asan/TestCases/Windows/global_dead_strip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Windows/global_dead_strip.c b/compiler-rt/test/asan/TestCases/Windows/global_dead_strip.c index 2121392d926..a13447da991 100644 --- a/compiler-rt/test/asan/TestCases/Windows/global_dead_strip.c +++ b/compiler-rt/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 |