[llvm] 74014b5 - Fix typo in AMDGPUUsage. NFC (#93652)

via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 02:39:41 PDT 2024


Author: Lu Weining
Date: 2024-05-29T17:39:38+08:00
New Revision: 74014b5a3497c1e9c7f0652d26f78fffea9bf51c

URL: https://github.com/llvm/llvm-project/commit/74014b5a3497c1e9c7f0652d26f78fffea9bf51c
DIFF: https://github.com/llvm/llvm-project/commit/74014b5a3497c1e9c7f0652d26f78fffea9bf51c.diff

LOG: Fix typo in AMDGPUUsage. NFC (#93652)

The vendor name is mesa but not mesa3d.

Added: 
    

Modified: 
    llvm/docs/AMDGPUUsage.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index 1004956ac8f10..b827524e6b8db 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -64,7 +64,7 @@ to specify the target triple:
      Vendor       Description
      ============ ==============================================================
      ``amd``      Can be used for all AMD GPU usage.
-     ``mesa3d``   Can be used if the OS is ``mesa3d``.
+     ``mesa``     Can be used if the OS is ``mesa3d``.
      ============ ==============================================================
 
   .. table:: AMDGPU Operating Systems


        


More information about the llvm-commits mailing list