[llvm] [Dwarf][Transforms] Add dwarf support when func signature changed (PR #127855)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 19:05:01 PST 2025


================
@@ -0,0 +1,157 @@
+; REQUIRES: x86-registered-target
+; RUN: opt -O3 -S < %s | FileCheck %s
----------------
arsenm wrote:

Tests should be minimal and run the one pass 

https://github.com/llvm/llvm-project/pull/127855


More information about the llvm-commits mailing list