[llvm] 7b1c977 - [DebugInfo][test] Delete a legacy asan test

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 19:21:33 PDT 2022


Author: Fangrui Song
Date: 2022-04-21T19:21:27-07:00
New Revision: 7b1c977dc9f12b474d8d14c020bdddb4db2b332d

URL: https://github.com/llvm/llvm-project/commit/7b1c977dc9f12b474d8d14c020bdddb4db2b332d
DIFF: https://github.com/llvm/llvm-project/commit/7b1c977dc9f12b474d8d14c020bdddb4db2b332d.diff

LOG: [DebugInfo][test] Delete a legacy asan test

Added: 
    

Modified: 
    llvm/test/DebugInfo/Generic/block-asan.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/Generic/block-asan.ll b/llvm/test/DebugInfo/Generic/block-asan.ll
index 0a3623ec256bc..729bf63605469 100644
--- a/llvm/test/DebugInfo/Generic/block-asan.ll
+++ b/llvm/test/DebugInfo/Generic/block-asan.ll
@@ -1,4 +1,3 @@
-; RUN: opt -S -asan -enable-new-pm=0 %s | FileCheck %s
 ; RUN: opt -S -passes=asan-pipeline %s | FileCheck %s
 
 ; The IR of this testcase is generated from the following C code:


        


More information about the llvm-commits mailing list