summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objcopy/ELF
diff options
context:
space:
mode:
authorEugene Leviant <eleviant@accesssoftek.com>2019-02-06 13:45:22 +0000
committerEugene Leviant <eleviant@accesssoftek.com>2019-02-06 13:45:22 +0000
commitef6eba2401bf6ce08a177c246771eff8afd5a7f9 (patch)
tree742f38079afd71cf36c75b71ca11454a9d9b135c /llvm/test/tools/llvm-objcopy/ELF
parentda60ad220ba33decf07fb727bc2b375fc3dae85f (diff)
downloadbcm5719-llvm-ef6eba2401bf6ce08a177c246771eff8afd5a7f9.tar.gz
bcm5719-llvm-ef6eba2401bf6ce08a177c246771eff8afd5a7f9.zip
Attempt to fix buildbot after r353289
llvm-svn: 353294
Diffstat (limited to 'llvm/test/tools/llvm-objcopy/ELF')
-rw-r--r--llvm/test/tools/llvm-objcopy/ELF/globalize.test2
-rw-r--r--llvm/test/tools/llvm-objcopy/ELF/localize.test2
-rw-r--r--llvm/test/tools/llvm-objcopy/ELF/weaken.test2
3 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/tools/llvm-objcopy/ELF/globalize.test b/llvm/test/tools/llvm-objcopy/ELF/globalize.test
index 5f273696739..853f15b73af 100644
--- a/llvm/test/tools/llvm-objcopy/ELF/globalize.test
+++ b/llvm/test/tools/llvm-objcopy/ELF/globalize.test
@@ -4,7 +4,7 @@
# RUN: --globalize-symbol Weak \
# RUN: --globalize-symbol WeakUndef %t %t2
# RUN: llvm-readobj --symbols %t2 | FileCheck %s
-# RUN: llvm-objcopy --regex --globalize-symbol '.*' %t %t3
+# RUN: llvm-objcopy --regex --globalize-symbol='.*' %t %t3
# RUN: cmp %t2 %t3
!ELF
diff --git a/llvm/test/tools/llvm-objcopy/ELF/localize.test b/llvm/test/tools/llvm-objcopy/ELF/localize.test
index 72dd5b8d240..3512ab69a90 100644
--- a/llvm/test/tools/llvm-objcopy/ELF/localize.test
+++ b/llvm/test/tools/llvm-objcopy/ELF/localize.test
@@ -7,7 +7,7 @@
# RUN: -L GlobalCommon \
# RUN: %t %t2
# RUN: llvm-readobj --symbols %t2 | FileCheck %s
-# RUN: llvm-objcopy --regex -L '.*' %t %t3
+# RUN: llvm-objcopy --regex --localize-symbol='.*' %t %t3
# RUN: cmp %t2 %t3
!ELF
diff --git a/llvm/test/tools/llvm-objcopy/ELF/weaken.test b/llvm/test/tools/llvm-objcopy/ELF/weaken.test
index bbf2d20c1a6..a37bcad221f 100644
--- a/llvm/test/tools/llvm-objcopy/ELF/weaken.test
+++ b/llvm/test/tools/llvm-objcopy/ELF/weaken.test
@@ -1,7 +1,7 @@
# RUN: yaml2obj %s > %t
# RUN: llvm-objcopy --weaken-symbol Global -W Local -W Weak %t %t2
# RUN: llvm-readobj --symbols %t2 | FileCheck %s
-# RUN: llvm-objcopy --regex --weaken-symbol '.*' %t %t3
+# RUN: llvm-objcopy --regex --weaken-symbol='.*' %t %t3
# RUN: cmp %t2 %t3
!ELF
OpenPOWER on IntegriCloud