[llvm] cc9e963 - [dsymutil] Second attempt to fix dsymutil tests on non-darwin platforms

Francis Visoiu Mistrih via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 1 21:08:56 PDT 2019


Author: Francis Visoiu Mistrih
Date: 2019-11-01T21:07:40-07:00
New Revision: cc9e963d65944e4b3d2ebee5131790f1321ae028

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

LOG: [dsymutil] Second attempt to fix dsymutil tests on non-darwin platforms

Added: 
    

Modified: 
    llvm/test/tools/dsymutil/X86/remarks-linking-fat-bundle.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/dsymutil/X86/remarks-linking-fat-bundle.test b/llvm/test/tools/dsymutil/X86/remarks-linking-fat-bundle.test
index b0bdff0a7521..31ece2abdb7f 100644
--- a/llvm/test/tools/dsymutil/X86/remarks-linking-fat-bundle.test
+++ b/llvm/test/tools/dsymutil/X86/remarks-linking-fat-bundle.test
@@ -1,4 +1,4 @@
-REQUIRES : system-darwin
+REQUIRES: system-darwin
 
 RUN: rm -rf %t
 RUN: mkdir -p %t


        


More information about the llvm-commits mailing list