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

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 00:20:31 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
----------------
MaskRay wrote:

We cannot invoke `clang` or linker in llvm/test tests. 

If this is complex, perhaps `cross-project-tests/debuginfo-tests/` can be used.

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


More information about the llvm-commits mailing list