summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips
diff options
context:
space:
mode:
authorSimon Atanasyan <simon@atanasyan.com>2019-10-03 12:08:04 +0000
committerSimon Atanasyan <simon@atanasyan.com>2019-10-03 12:08:04 +0000
commitafe7197f13363d8ff1d6246895dd58489c8d1404 (patch)
treef272cb85198bb3f9bbbb12bb23890d56cc761faf /llvm/test/CodeGen/Mips
parent952d71b7945650184562c0b09c59e3c81c8301e1 (diff)
downloadbcm5719-llvm-afe7197f13363d8ff1d6246895dd58489c8d1404.tar.gz
bcm5719-llvm-afe7197f13363d8ff1d6246895dd58489c8d1404.zip
[mips] Use llvm-readobj `-A` flag in test cases. NFC
llvm-svn: 373589
Diffstat (limited to 'llvm/test/CodeGen/Mips')
-rw-r--r--llvm/test/CodeGen/Mips/micromips-ase-function-attribute.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/micromips-ase-function-attribute.ll b/llvm/test/CodeGen/Mips/micromips-ase-function-attribute.ll
index fe82b7c5b6c..cd78166d372 100644
--- a/llvm/test/CodeGen/Mips/micromips-ase-function-attribute.ll
+++ b/llvm/test/CodeGen/Mips/micromips-ase-function-attribute.ll
@@ -1,5 +1,5 @@
; RUN: llc -mtriple=mips-unknown-linux -filetype=obj %s -o - | \
-; RUN: llvm-readobj --mips-abi-flags | \
+; RUN: llvm-readobj -A | \
; RUN: FileCheck --check-prefix=ASE-MICROMIPS %s
define void @_Z3foov() #0 {
OpenPOWER on IntegriCloud