[NFC] Port one more codegen WinEH test to `-passes=` syntax
authorRoman Lebedev <lebedev.ri@gmail.com>
Thu, 8 Dec 2022 23:06:33 +0000 (02:06 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Thu, 8 Dec 2022 23:07:27 +0000 (02:07 +0300)
llvm/test/CodeGen/WinEH/wineh-intrinsics-invalid.ll

index 17d6e70..66908c6 100644 (file)
@@ -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"