[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:53 PDT 2024
================
@@ -0,0 +1,261 @@
+# REQUIRES: x86-registered-target
+
+# RUN: clang -O3 -gline-tables-only -T%S/linker-script.ld --target=x86_64-pc-linux %s -o %t.o
----------------
dwblaikie wrote:
yeah, raw assembly or yaml2obj both seem like good candidiates - I don't know enough about how they'd compare to judge/suggest one over the other off-the-cuff
https://github.com/llvm/llvm-project/pull/82240
More information about the llvm-commits
mailing list