[llvm] 4ca0e00 - [gn] Fix typo in SPIRVTests dummy target comment

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 2 12:56:15 PST 2024


Author: Nico Weber
Date: 2024-02-02T15:56:05-05:00
New Revision: 4ca0e00af569d74c479c66d19a5ffaf41fcb08d9

URL: https://github.com/llvm/llvm-project/commit/4ca0e00af569d74c479c66d19a5ffaf41fcb08d9
DIFF: https://github.com/llvm/llvm-project/commit/4ca0e00af569d74c479c66d19a5ffaf41fcb08d9.diff

LOG: [gn] Fix typo in SPIRVTests dummy target comment

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/unittests/Target/SPIRV/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/unittests/Target/SPIRV/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/Target/SPIRV/BUILD.gn
index 3736a7fceabcc..526c0857c89e2 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/Target/SPIRV/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/Target/SPIRV/BUILD.gn
@@ -1,4 +1,4 @@
-# FIXME: If we add the SPIRV target to the GN build, add SPRIVTests here.
+# FIXME: If we add the SPIRV target to the GN build, add SPIRVTests here.
 group("dummy") {
   sources = [ "SPIRVConvergenceRegionAnalysisTests.cpp" ]
 }


        


More information about the llvm-commits mailing list