[dsymutil] actually fix test.
authorFrederic Riss <friss@apple.com>
Tue, 25 Aug 2015 23:29:43 +0000 (23:29 +0000)
committerFrederic Riss <friss@apple.com>
Tue, 25 Aug 2015 23:29:43 +0000 (23:29 +0000)
Not all machines have lipo installed. Do not try to invoke it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245991 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/dsymutil/ARM/fat-arch-name.test

index 433f530d6038535fa0279ba442c6706266e327fd..ac7af1e55d55e02759ed293ac133a9e418a57c97 100644 (file)
@@ -1,6 +1,5 @@
 # REQUIRES: object-emission
-# RUN: llvm-dsymutil %p/../Inputs/fat-test.arm.dylib -o %t1.dSYM -verbose
-# RUN: llvm-dsymutil %p/../Inputs/fat-test.arm.dylib -o %t.dSYM -verbose 2>&1 | FileCheck %s
+# RUN: llvm-dsymutil -no-output %p/../Inputs/fat-test.arm.dylib -o %t.dSYM -verbose 2>&1 | FileCheck %s
 
 # We detect thumb triples from the binaries, because those are the only ones
 # that are guaranteed to be able to generate a Target instance (for example