[lld] [llvm] [Symbolizer] Support for Missing Line Numbers. (PR #82240)

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 11:40:45 PDT 2024


================
@@ -0,0 +1,507 @@
+# REQUIRES: x86-registered-target
----------------
dwblaikie wrote:

Could you use https://llvm.org/docs/TestingGuide.html#elaborated-tests to make this easier to understand/regenerate in the future? Perhaps it could include just the C source, then the rebuild command to assemble it, use sed to replace parts of it (rather than doing so manually) then link then obj2yaml it?

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


More information about the llvm-commits mailing list