[PATCH] D21465: [llc+llvm-mc] Replace the hidden -target-abi option with a -mabi thats visible in --help.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 28 06:52:51 PDT 2016


dsanders updated this revision to Diff 65926.
dsanders added a comment.

Refresh and ping


https://reviews.llvm.org/D21465

Files:
  test/MC/Mips/cpsetup.s

Index: test/MC/Mips/cpsetup.s
===================================================================
--- test/MC/Mips/cpsetup.s
+++ test/MC/Mips/cpsetup.s
@@ -1,7 +1,7 @@
-# RUN: llvm-mc -triple mips-unknown-linux -mabi=o32 -filetype=obj -o - %s | \
+# RUN: llvm-mc -triple mips64-unknown-linux -mabi=o32 -filetype=obj -o - %s | \
 # RUN:   llvm-objdump -d -r - | FileCheck -check-prefixes=ALL,O32 %s
 
-# RUN: llvm-mc -triple mips-unknown-linux -mabi=o32 %s | \
+# RUN: llvm-mc -triple mips64-unknown-linux -mabi=o32 %s | \
 # RUN:   FileCheck -check-prefixes=ALL,ASM,ASM-O32 %s
 
 # RUN: llvm-mc -triple mips64-unknown-linux -mabi=n32 -filetype=obj -o - %s | \


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21465.65926.patch
Type: text/x-patch
Size: 660 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160728/577c7616/attachment.bin>


More information about the llvm-commits mailing list