[llvm] [Offload] Add type information to device info nodes (PR #144535)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 20 05:20:12 PDT 2025


================
@@ -122,7 +123,9 @@ struct InfoTreeNode {
   static constexpr uint64_t IndentSize = 4;
 
   std::string Key;
-  std::string Value;
+  struct None {};
----------------
jhuber6 wrote:

Is this just `std::monostate`?

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


More information about the llvm-commits mailing list