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

Carlos Alberto Enciso via llvm-commits llvm-commits at lists.llvm.org
Thu May 29 01:56:58 PDT 2025


================
@@ -0,0 +1,44 @@
+; REQUIRES: x86-registered-target
----------------
CarlosAlbertoEnciso 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.
> 
I just followed the same approach as for the existing .s files. I don't mind to combine the test and .s file.

> (& 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))

I will update the comments.


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


More information about the llvm-commits mailing list