From c4b99a1d7693013f7cd0f65ced303f409ac4dd0f Mon Sep 17 00:00:00 2001 From: Kyle Huey Date: Mon, 4 Nov 2024 16:33:05 -0800 Subject: [PATCH] Skip this test on LLVM 18. --- tests/codegen/debuginfo-proc-macro/mir_inlined_twice_var_locs.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/codegen/debuginfo-proc-macro/mir_inlined_twice_var_locs.rs b/tests/codegen/debuginfo-proc-macro/mir_inlined_twice_var_locs.rs index 881927216dd8..566a5f0af0b3 100644 --- a/tests/codegen/debuginfo-proc-macro/mir_inlined_twice_var_locs.rs +++ b/tests/codegen/debuginfo-proc-macro/mir_inlined_twice_var_locs.rs @@ -1,3 +1,4 @@ +//@ min-llvm-version: 19 //@ compile-flags: -Cdebuginfo=2 -Copt-level=0 -Zmir-enable-passes=+Inline //@ aux-build:macro_def.rs