summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objcopy/fail-no-output-directory.test
diff options
context:
space:
mode:
authorAlexander Shaposhnikov <shal1t712@gmail.com>2018-07-06 17:51:03 +0000
committerAlexander Shaposhnikov <shal1t712@gmail.com>2018-07-06 17:51:03 +0000
commit42b5ef026908953c823b4849ea1b9d3955c5c172 (patch)
tree92707c71aa6f0cdab6520566d54f9436a07eee9f /llvm/test/tools/llvm-objcopy/fail-no-output-directory.test
parent573958773514f18bbd0ffc13b38ee853d0e32c5a (diff)
downloadbcm5719-llvm-42b5ef026908953c823b4849ea1b9d3955c5c172.tar.gz
bcm5719-llvm-42b5ef026908953c823b4849ea1b9d3955c5c172.zip
[llvm-objcopy] Add support for static libraries
This diff adds support for handling static libraries to llvm-objcopy and llvm-strip. Test plan: make check-all Differential revision: https://reviews.llvm.org/D48413 llvm-svn: 336455
Diffstat (limited to 'llvm/test/tools/llvm-objcopy/fail-no-output-directory.test')
-rw-r--r--llvm/test/tools/llvm-objcopy/fail-no-output-directory.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-objcopy/fail-no-output-directory.test b/llvm/test/tools/llvm-objcopy/fail-no-output-directory.test
index 89bf62d3556..f66b2e09fce 100644
--- a/llvm/test/tools/llvm-objcopy/fail-no-output-directory.test
+++ b/llvm/test/tools/llvm-objcopy/fail-no-output-directory.test
@@ -1,6 +1,6 @@
# RUN: yaml2obj %s > %t
# RUN: not llvm-objcopy %t no/such/dir 2>&1 | FileCheck %s
-# CHECK: failed to open no/such/dir
+# CHECK: failed to open no/such/dir:
!ELF
FileHeader:
OpenPOWER on IntegriCloud