[DebugInfo][test] Delete a legacy asan test

This commit is contained in:
Fangrui Song 2022-04-21 19:22:47 -07:00
parent 7b1c977dc9
commit 15cddef816
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
; RUN: opt < %s -asan -asan-module -asan-use-after-return=never -S -enable-new-pm=0 | \
; RUN: llc -O0 -filetype=obj - -o - | \
; RUN: llvm-dwarfdump - | FileCheck %s
; RUN: opt < %s -passes=asan-pipeline -asan-use-after-return=never -S | \
; RUN: llc -O0 -filetype=obj - -o - | \
; RUN: llvm-dwarfdump - | FileCheck %s