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

Ross Brunton via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 20 06:41:44 PDT 2025


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

It is; didn't know that was a thing. Updated.

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


More information about the llvm-commits mailing list