[llvm] 89fa653 - [llvm-ranlib][test] Fix rwx- after a4f3847f3d5742cfab7acdc614e7ca54643e0c85

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 14 19:42:04 PST 2020


Author: Fangrui Song
Date: 2020-02-14T19:41:55-08:00
New Revision: 89fa653d721458f84df12d4e8b4ca4708a34792a

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

LOG: [llvm-ranlib][test] Fix rwx- after a4f3847f3d5742cfab7acdc614e7ca54643e0c85

Added: 
    

Modified: 
    llvm/test/tools/llvm-ranlib/D-flag.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-ranlib/D-flag.test b/llvm/test/tools/llvm-ranlib/D-flag.test
index 39f07d8f5c47..f6a3ec9cc272 100644
--- a/llvm/test/tools/llvm-ranlib/D-flag.test
+++ b/llvm/test/tools/llvm-ranlib/D-flag.test
@@ -41,5 +41,5 @@
 # RUN: not llvm-ranlib -DxD %t.a 2>&1 | FileCheck %s --check-prefix=BAD-OPT-xD
 # BAD-OPT-xD: error: Invalid option: '-xD'
 
-# DETERMINISTIC-VALUES: {{[rwx-]+}} 0/0    712 Jan  1 00:00 1970 D-flag.test.tmp.o
-# REAL-VALUES: {{[rwx-]+}} {{[0-9]+}}/{{[0-9]+}} 712 Jan  2 03:04 2000 D-flag.test.tmp.o
+# DETERMINISTIC-VALUES: {{[-rwx]+}} 0/0    712 Jan  1 00:00 1970 D-flag.test.tmp.o
+# REAL-VALUES: {{[-rwx]+}} {{[0-9]+}}/{{[0-9]+}} 712 Jan  2 03:04 2000 D-flag.test.tmp.o


        


More information about the llvm-commits mailing list