[llvm] 15cddef - [DebugInfo][test] Delete a legacy asan test
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 21 19:22:52 PDT 2022
Author: Fangrui Song
Date: 2022-04-21T19:22:47-07:00
New Revision: 15cddef81625b410c3cd9b33bf0d16bd7171db0c
URL: https://github.com/llvm/llvm-project/commit/15cddef81625b410c3cd9b33bf0d16bd7171db0c
DIFF: https://github.com/llvm/llvm-project/commit/15cddef81625b410c3cd9b33bf0d16bd7171db0c.diff
LOG: [DebugInfo][test] Delete a legacy asan test
Added:
Modified:
llvm/test/DebugInfo/X86/asan_debug_info.ll
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/X86/asan_debug_info.ll b/llvm/test/DebugInfo/X86/asan_debug_info.ll
index 25e403e8c91b9..24cec01daa227 100644
--- a/llvm/test/DebugInfo/X86/asan_debug_info.ll
+++ b/llvm/test/DebugInfo/X86/asan_debug_info.ll
@@ -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
More information about the llvm-commits
mailing list