[llvm] 01252b4 - [asan][test] Remove legacy PM style opt -foo tests

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 15 20:01:03 PDT 2022


Author: Fangrui Song
Date: 2022-04-15T20:00:56-07:00
New Revision: 01252b4815f0ca8afa6f05fb1ab1f9b88da617f1

URL: https://github.com/llvm/llvm-project/commit/01252b4815f0ca8afa6f05fb1ab1f9b88da617f1
DIFF: https://github.com/llvm/llvm-project/commit/01252b4815f0ca8afa6f05fb1ab1f9b88da617f1.diff

LOG: [asan][test] Remove legacy PM style opt -foo tests

Added: 
    

Modified: 
    llvm/test/Instrumentation/AddressSanitizer/asan-stack-safety.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Instrumentation/AddressSanitizer/asan-stack-safety.ll b/llvm/test/Instrumentation/AddressSanitizer/asan-stack-safety.ll
index 29fc68660a364..f4bc2033d9667 100644
--- a/llvm/test/Instrumentation/AddressSanitizer/asan-stack-safety.ll
+++ b/llvm/test/Instrumentation/AddressSanitizer/asan-stack-safety.ll
@@ -1,12 +1,8 @@
 ; REQUIRES: x86-registered-target
 
-; RUN: opt < %s -S -enable-new-pm=0 -asan-instrumentation-with-call-threshold=0 -asan \
-; RUN:     -asan-use-stack-safety=0  -o - | FileCheck %s --check-prefixes=NOSAFETY
-; RUN: opt < %s -S -enable-new-pm=0 -asan-instrumentation-with-call-threshold=0 -asan \
-; RUN:     -asan-use-stack-safety=1 -o - | FileCheck %s --check-prefixes=SAFETY
-; RUN: opt < %s -S -enable-new-pm=1 -asan-instrumentation-with-call-threshold=0 \
+; RUN: opt < %s -S -asan-instrumentation-with-call-threshold=0 \
 ; RUN:     -passes='asan-pipeline' -asan-use-stack-safety=0 -o - | FileCheck %s --check-prefixes=NOSAFETY
-; RUN: opt < %s -S -enable-new-pm=1 -asan-instrumentation-with-call-threshold=0 \
+; RUN: opt < %s -S -asan-instrumentation-with-call-threshold=0 \
 ; RUN:     -passes='asan-pipeline' -asan-use-stack-safety=1 -o - | FileCheck %s --check-prefixes=SAFETY
 ; NOSAFETY: call void @__asan_load1
 ; NOSAFETY: call void @__asan_store1


        


More information about the llvm-commits mailing list