[dsymutil][test] Fix failing test when no lipo binary available
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 13 Dec 2017 18:35:39 +0000 (18:35 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 13 Dec 2017 18:35:39 +0000 (18:35 +0000)
The invocation without -no-output would try to lipo the different debug
objects together. This wouldn't work on platforms that don't provide
that utility.

llvm-svn: 320605

llvm/test/tools/dsymutil/ARM/fat-threading.test

index ef6d045aa3f8d57e3ba5e0066c90d565bcbe1bfb..0d48a5f80b07fcc68913d1e12ad1bf91bc089548 100644 (file)
@@ -2,14 +2,3 @@
 # By default, dsymutil spawns one thread per architecture and this test just
 # ensures that things don't break when processing multiple archs.
 # RUN: llvm-dsymutil -no-output %p/../Inputs/fat-test.arm.dylib -o %t.brief.dSYM 2>&1
-# RUN: llvm-dsymutil -verify %p/../Inputs/fat-test.arm.dylib -o %t.verify.dSYM 2>&1
-
-# CHECK: warning: no debug symbols in executable (-arch armv7)
-# CHECK: warning: no debug symbols in executable (-arch armv7s)
-# CHECK: warning: no debug symbols in executable (-arch arm64)
-
-# CHECK: Running lipo
-# CHECK-NEXT: lipo -create
-# CHECK-SAME: -segalign armv7
-# CHECK-SAME: -segalign armv7s
-# CHECK-SAME: -segalign arm64