[llvm] 84c3c69 - [NFC] Port one more codegen WinEH test to `-passes=` syntax
Roman Lebedev via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 8 15:07:52 PST 2022
Author: Roman Lebedev
Date: 2022-12-09T02:07:27+03:00
New Revision: 84c3c69cc3db2c662b42ba65eee4f6fddc99e75d
URL: https://github.com/llvm/llvm-project/commit/84c3c69cc3db2c662b42ba65eee4f6fddc99e75d
DIFF: https://github.com/llvm/llvm-project/commit/84c3c69cc3db2c662b42ba65eee4f6fddc99e75d.diff
LOG: [NFC] Port one more codegen WinEH test to `-passes=` syntax
Added:
Modified:
llvm/test/CodeGen/WinEH/wineh-intrinsics-invalid.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/WinEH/wineh-intrinsics-invalid.ll b/llvm/test/CodeGen/WinEH/wineh-intrinsics-invalid.ll
index 17d6e70ad1eb..66908c6c8e79 100644
--- a/llvm/test/CodeGen/WinEH/wineh-intrinsics-invalid.ll
+++ b/llvm/test/CodeGen/WinEH/wineh-intrinsics-invalid.ll
@@ -1,5 +1,5 @@
-; RUN: sed -e s/.T1:// %s | not opt -lint -disable-output 2>&1 | FileCheck --check-prefix=CHECK1 %s
-; RUN: sed -e s/.T2:// %s | not opt -lint -disable-output 2>&1 | FileCheck --check-prefix=CHECK2 %s
+; RUN: sed -e s/.T1:// %s | not opt -passes=lint -disable-output 2>&1 | FileCheck --check-prefix=CHECK1 %s
+; RUN: sed -e s/.T2:// %s | not opt -passes=lint -disable-output 2>&1 | FileCheck --check-prefix=CHECK2 %s
target triple = "x86_64-pc-windows-msvc"
More information about the llvm-commits
mailing list