From 30f9092463e7615a0c846252b7c026b419a76e8b Mon Sep 17 00:00:00 2001 From: Frederic Riss Date: Tue, 25 Aug 2015 23:29:43 +0000 Subject: [PATCH] [dsymutil] actually fix test. 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/tools/dsymutil/ARM/fat-arch-name.test b/test/tools/dsymutil/ARM/fat-arch-name.test index 433f530d603..ac7af1e55d5 100644 --- a/test/tools/dsymutil/ARM/fat-arch-name.test +++ b/test/tools/dsymutil/ARM/fat-arch-name.test @@ -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 -- 2.34.1