diff options
| author | Jonas Devlieghere <jonas@devlieghere.com> | 2017-12-13 18:35:39 +0000 |
|---|---|---|
| committer | Jonas Devlieghere <jonas@devlieghere.com> | 2017-12-13 18:35:39 +0000 |
| commit | ce5930af5cb9e1e8e698765f9c5a9a5397b6d385 (patch) | |
| tree | 33d3c6c5f3f413e785d779190563e8640dab76b2 /llvm/test/tools | |
| parent | 378ae52b1013e35edfdaf7d3ffdb50aa630eea97 (diff) | |
| download | bcm5719-llvm-ce5930af5cb9e1e8e698765f9c5a9a5397b6d385.tar.gz bcm5719-llvm-ce5930af5cb9e1e8e698765f9c5a9a5397b6d385.zip | |
[dsymutil][test] Fix failing test when no lipo binary available
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
Diffstat (limited to 'llvm/test/tools')
| -rw-r--r-- | llvm/test/tools/dsymutil/ARM/fat-threading.test | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/test/tools/dsymutil/ARM/fat-threading.test b/llvm/test/tools/dsymutil/ARM/fat-threading.test index ef6d045aa3f..0d48a5f80b0 100644 --- a/llvm/test/tools/dsymutil/ARM/fat-threading.test +++ b/llvm/test/tools/dsymutil/ARM/fat-threading.test @@ -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 |

