[compiler-rt] 588df19 - Revert "[nfc][asan][windows] Fix test after D124057"
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 22 19:10:50 PDT 2022
Author: Vitaly Buka
Date: 2022-04-22T19:10:30-07:00
New Revision: 588df1985cca29719fb0412e8a44b54a0e62c873
URL: https://github.com/llvm/llvm-project/commit/588df1985cca29719fb0412e8a44b54a0e62c873
DIFF: https://github.com/llvm/llvm-project/commit/588df1985cca29719fb0412e8a44b54a0e62c873.diff
LOG: Revert "[nfc][asan][windows] Fix test after D124057"
The patch does not fix the bot.
This reverts commit 62b78a063ab1dc6c2df33c7a6582ecc62b31b519.
Added:
Modified:
compiler-rt/test/asan/TestCases/Windows/dll_seh.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/asan/TestCases/Windows/dll_seh.cpp b/compiler-rt/test/asan/TestCases/Windows/dll_seh.cpp
index e6b280517ad35..3651463c5e6f0 100644
--- a/compiler-rt/test/asan/TestCases/Windows/dll_seh.cpp
+++ b/compiler-rt/test/asan/TestCases/Windows/dll_seh.cpp
@@ -2,10 +2,10 @@
//
// Check both -GS and -GS- builds:
// RUN: %clang_cl_asan -GS -LD -Od %s -Fe%t.dll
-// RUN: %env_asan_opts=detect_stack_use_after_return=0 %run %t %t.dll
+// RUN: %run %t %t.dll
//
// RUN: %clang_cl_asan -GS- -LD -Od %s -Fe%t.dll
-// RUN: %env_asan_opts=detect_stack_use_after_return=0 %run %t %t.dll
+// RUN: %run %t %t.dll
#include <windows.h>
#include <assert.h>
More information about the llvm-commits
mailing list