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

via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 04:47:54 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
----------------
ampandey-1995 wrote:

After reading from this https://llvm.org/docs/TestingGuide.html#debugging-information-tests about ```cross-project-tests/debuginfo-tests```. I thing tests under directory ```debuginfo-tests``` are meant to be execute under a debugger. 

This particular lit test case don't require to execute under a debugger. So,  I think  it should be in ```cross-project-tests```. But how to ascertain that this lit test should always be run for llvm-symbolizer to which I am not sure. Any comments? 

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


More information about the llvm-commits mailing list