[llvm] [DebugInfo] Assign best possible debugloc to bundle (PR #164573)

Vladislav Dzhidzhoev via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 22 03:27:36 PDT 2025


================
@@ -0,0 +1,96 @@
+; Passes if line number 9 is generated in the line table
+
+; REQUIRES: hexagon-registered-target
----------------
dzhidzhoev wrote:

If a separate folder for Hexagon-dependent tests is created, should it contain `lit.local.cfg` similar to `llvm/test/DebugInfo/X86/lit.local.cfg` or `llvm/test/DebugInfo/AArch64/lit.local.cfg`?

```
if not "Hexagon" in config.root.targets:
    config.unsupported = True
```

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


More information about the llvm-commits mailing list