[llvm] [DirectX backend] emits metadata for DXIL version. (PR #88350)

Xiang Li via llvm-commits llvm-commits at lists.llvm.org
Tue May 7 14:35:15 PDT 2024


================
@@ -429,6 +429,10 @@ class Triple {
   /// (SubArch).  This should only be called with Vulkan SPIR-V triples.
   VersionTuple getVulkanVersion() const;
 
+  /// Parse the DXIL version number from the OSVersion and DXIL version
+  /// (SubArch).  This should only be called with DXIL triples.
+  VersionTuple getDXILVersion() const;
----------------
python3kgae wrote:

Updated.

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


More information about the llvm-commits mailing list