[llvm] [llvm-debuginfo-analyzer] Fix crash with WebAssembly dead code (PR #141616)

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Tue May 27 09:41:25 PDT 2025


================
@@ -0,0 +1,44 @@
+; REQUIRES: x86-registered-target
----------------
dwblaikie wrote:

Do we usually split out the test and .s file in these tests? Most other tests in the LLVM project keep the content in the same file where possible.

(& some comments describing what the assembly is from/what it describes might be handy too, either here (if everything can be merged), or in the assembly file (if it can't be merged))

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


More information about the llvm-commits mailing list