[clang] [llvm] [clang][DebugInfo] Add virtual call-site target information in DWARF. (PR #167666)
David Blaikie via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 12 08:58:49 PST 2026
================
@@ -0,0 +1,68 @@
+// RUN: %clang --target=x86_64-unknown-linux -c -g -O1 %s -o - | \
----------------
dwblaikie wrote:
Not sure if this feature has sufficient cross-project complexity to justify a cross-project-test for it... but *shrug* don't feel /super/ strongly about it.
https://github.com/llvm/llvm-project/pull/167666
More information about the cfe-commits
mailing list