[compiler-rt] 9477a30 - [hwasan][test] Remove obsoleted/removed -fno-experimental-new-pass-manager

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 1 13:24:45 PST 2022


Author: Fangrui Song
Date: 2022-02-01T13:24:39-08:00
New Revision: 9477a308ca6b8536044c9d31a8c89062b514431e

URL: https://github.com/llvm/llvm-project/commit/9477a308ca6b8536044c9d31a8c89062b514431e
DIFF: https://github.com/llvm/llvm-project/commit/9477a308ca6b8536044c9d31a8c89062b514431e.diff

LOG: [hwasan][test] Remove obsoleted/removed -fno-experimental-new-pass-manager

Added: 
    

Modified: 
    compiler-rt/test/hwasan/TestCases/stack-uas.c

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/hwasan/TestCases/stack-uas.c b/compiler-rt/test/hwasan/TestCases/stack-uas.c
index 2f501b33eb91..2936c28e2677 100644
--- a/compiler-rt/test/hwasan/TestCases/stack-uas.c
+++ b/compiler-rt/test/hwasan/TestCases/stack-uas.c
@@ -6,8 +6,7 @@
 // Use after scope is turned off by default.
 // RUN: %clang_hwasan -g %s -o %t && %run %t 2>&1
 
-// RUN: %clang_hwasan -fexperimental-new-pass-manager -mllvm -hwasan-use-after-scope -g %s -o %t && not %run %t 2>&1 | FileCheck %s
-// RUN: %clang_hwasan -fno-experimental-new-pass-manager -mllvm -hwasan-use-after-scope -g %s -o %t && not %run %t 2>&1 | FileCheck %s
+// RUN: %clang_hwasan -mllvm -hwasan-use-after-scope -g %s -o %t && not %run %t 2>&1 | FileCheck %s
 
 // REQUIRES: stable-runtime
 


        


More information about the llvm-commits mailing list