================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to