[PATCH] D51122: [PowerPC][MC] Support expressions in getMemRIX16Encoding
Sean Fertile via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 27 10:45:03 PDT 2018
sfertile added inline comments.
================
Comment at: test/MC/PowerPC/ppc64-dq-expr.s:1
+# RUN: llvm-mc -triple powerpc64le-unknown-linux-gnu %s -filetype=obj -o - | \
+# RUN: llvm-objdump -D -r - | FileCheck %s
----------------
nemanjai wrote:
> This may be silly as I'm not familiar with similar tests, but won't you require the `-f` option to force the binary output to `stdout`?
Not a silly question since that's the behavior I expected as well, but llvm-mc is happy to output binary to the term without `-f`. I just realized after committing this that I probably don't even need `-o -` since outputting to the term seems to be the default anyway.
Repository:
rL LLVM
https://reviews.llvm.org/D51122
More information about the llvm-commits
mailing list