[llvm] 8171f47 - [llvm][dsymutil][test] Fix REQUIRES syntax

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 3 06:21:36 PDT 2025


Author: David Spickett
Date: 2025-07-03T13:20:42Z
New Revision: 8171f474d642a3f551cae885f49f307548365207

URL: https://github.com/llvm/llvm-project/commit/8171f474d642a3f551cae885f49f307548365207
DIFF: https://github.com/llvm/llvm-project/commit/8171f474d642a3f551cae885f49f307548365207.diff

LOG: [llvm][dsymutil][test] Fix REQUIRES syntax

It must be "REQUIRES:", "REQUIRES :" does not actually check
the requirement.

Added: 
    

Modified: 
    llvm/test/tools/dsymutil/X86/global_downgraded_to_static.c

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/dsymutil/X86/global_downgraded_to_static.c b/llvm/test/tools/dsymutil/X86/global_downgraded_to_static.c
index d1ec7e70d443c..c66f760bf4cab 100644
--- a/llvm/test/tools/dsymutil/X86/global_downgraded_to_static.c
+++ b/llvm/test/tools/dsymutil/X86/global_downgraded_to_static.c
@@ -1,4 +1,4 @@
-// REQUIRES : system-darwin
+// REQUIRES: system-darwin
 // RUN: dsymutil -oso-prepend-path %p/.. -dump-debug-map \
 // RUN: %p/../Inputs/global_downgraded_to_static.x86_64 2>&1 | FileCheck %s
 //


        


More information about the llvm-commits mailing list