[llvm] r244311 - Tweak llvm/test/tools/dsymutil/arch-option.test to avoid globbing on mingw-w64.

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 7 01:38:23 PDT 2015


Author: chapuni
Date: Fri Aug  7 03:38:22 2015
New Revision: 244311

URL: http://llvm.org/viewvc/llvm-project?rev=244311&view=rev
Log:
Tweak llvm/test/tools/dsymutil/arch-option.test to avoid globbing on mingw-w64.

Modified:
    llvm/trunk/test/tools/dsymutil/arch-option.test

Modified: llvm/trunk/test/tools/dsymutil/arch-option.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/dsymutil/arch-option.test?rev=244311&r1=244310&r2=244311&view=diff
==============================================================================
--- llvm/trunk/test/tools/dsymutil/arch-option.test (original)
+++ llvm/trunk/test/tools/dsymutil/arch-option.test Fri Aug  7 03:38:22 2015
@@ -3,7 +3,7 @@ looking at the dumped debug maps is enou
 
 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib | FileCheck %s -check-prefix=ARM64 -check-prefix=ARMV7S -check-prefix=ARMV7 -check-prefix=CHECK
 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch all | FileCheck %s -check-prefix=ARM64 -check-prefix=ARMV7S -check-prefix=ARMV7 -check-prefix=CHECK
-RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch '*' | FileCheck %s -check-prefix=ARM64 -check-prefix=ARMV7S -check-prefix=ARMV7 -check-prefix=CHECK
+RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch='*' | FileCheck %s -check-prefix=ARM64 -check-prefix=ARMV7S -check-prefix=ARMV7 -check-prefix=CHECK
 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm64 | FileCheck %s -check-prefix=ARM64 -check-prefix=CHECK
 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm | FileCheck %s -check-prefix=ARMV7S -check-prefix=ARMV7 -check-prefix=CHECK
 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch armv7 | FileCheck %s -check-prefix=ARMV7 -check-prefix=CHECK




More information about the llvm-commits mailing list