[clang] [llvm] [clang][DebugInfo] Add virtuality call-site target information in DWARF. (PR #167666)
Carlos Alberto Enciso via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 19 05:12:02 PST 2026
================
@@ -0,0 +1,68 @@
+// RUN: %clang --target=x86_64-unknown-linux -c -g -O1 %s -o - | \
----------------
CarlosAlbertoEnciso wrote:
I will keep the test case, but added the following note:
```
// Note: We should add a test case inside LLDB that make use of the
// virtuality call-site target information in DWARF.
```
https://github.com/llvm/llvm-project/pull/167666
More information about the cfe-commits
mailing list