[clang] [llvm] [Triple] Sink clang's DebugEntryValueArchs list into Triple (PR #222136)
Adrian Prantl via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 8 14:49:42 PDT 2026
================
@@ -1268,6 +1268,26 @@ class Triple {
isOSBinFormatDXContainer());
}
+ /// Tests whether the target supports debug entry values.
+ bool supportsDebugEntryValues() const {
----------------
adrian-prantl wrote:
I think this is more a property of LLVM's individual Targets than of the Triple. But I don't know if there is an existing infrastructure to dispatch to a virtual method in all registered targets from a triple?
https://github.com/llvm/llvm-project/pull/222136
More information about the cfe-commits
mailing list