mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 07:57:36 +08:00
Change another test I missed in r365724
llvm-svn: 365725
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user