[dsymutil] actually fix test.

Not all machines have lipo installed. Do not try to invoke it.

llvm-svn: 245991
This commit is contained in:
Frederic Riss 2015-08-25 23:29:43 +00:00
parent 119525914c
commit ff7ab5b300
1 changed files with 1 additions and 2 deletions

View 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