From: Roman Lebedev Date: Thu, 8 Dec 2022 21:54:41 +0000 (+0300) Subject: [NFC] Port codegen WinEH tests that invoke opt to `-passes=` syntax X-Git-Tag: upstream/17.0.6~24596 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=09c3fbf3b7cfe31621ec78d936153f55c256294a;p=platform%2Fupstream%2Fllvm.git [NFC] Port codegen WinEH tests that invoke opt to `-passes=` syntax --- diff --git a/llvm/test/CodeGen/WinEH/wineh-intrinsics.ll b/llvm/test/CodeGen/WinEH/wineh-intrinsics.ll index 39223dd..75d8bfd 100644 --- a/llvm/test/CodeGen/WinEH/wineh-intrinsics.ll +++ b/llvm/test/CodeGen/WinEH/wineh-intrinsics.ll @@ -1,4 +1,4 @@ -; RUN: opt -temporarily-allow-old-pass-syntax -lint -disable-output < %s +; RUN: opt -passes=lint -disable-output < %s ; This test is meant to prove that the verifier does not report errors for correct ; use of the llvm.eh.exceptionpointer intrinsic.