[PATCH] D87268: [llvm-install-name-tool] Add a test with multiple input files

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 8 11:31:56 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGce49b7d9ca01: [llvm-install-name-tool] Add a test with multiple input files (authored by alexshap).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87268/new/

https://reviews.llvm.org/D87268

Files:
  llvm/test/tools/llvm-objcopy/tool-help-message.test


Index: llvm/test/tools/llvm-objcopy/tool-help-message.test
===================================================================
--- llvm/test/tools/llvm-objcopy/tool-help-message.test
+++ llvm/test/tools/llvm-objcopy/tool-help-message.test
@@ -18,6 +18,7 @@
 # RUN: not llvm-install-name-tool -abcabc 2>&1 | FileCheck --check-prefix=UNKNOWN-ARG %s
 # RUN: not llvm-install-name-tool --abcabc 2>&1 | FileCheck --check-prefix=UNKNOWN-ARG %s
 # RUN: not llvm-install-name-tool -add_rpath @executable 2>&1 | FileCheck %s --check-prefix=NO-INPUT-FILES
+# RUN: not llvm-install-name-tool -add_rpath @executable f1 f2 2>&1 | FileCheck %s --check-prefix=MULTIPLE-INPUT-FILES
 
 # OBJCOPY-USAGE:  USAGE: llvm-objcopy [options] input [output]
 # OBJCOPY-USAGE:  Pass @FILE as argument to read options from FILE.
@@ -30,3 +31,4 @@
 
 # UNKNOWN-ARG:    unknown argument '{{-+}}abcabc'
 # NO-INPUT-FILES: no input file specified
+# MULTIPLE-INPUT-FILES: expects a single input file


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87268.290545.patch
Type: text/x-patch
Size: 968 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200908/2b2eba55/attachment.bin>


More information about the llvm-commits mailing list