mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
c2d4999f01
In objdump, many targets support `-M no-aliases`. Instead of having a `-*-no-aliases` for each target when LLVM adds the support, it makes more sense to introduce objdump style `-M`. -riscv-arch-reg-names is removed. -riscv-no-aliases has too many uses and thus is retained for now. Reviewed By: luismarques Differential Revision: https://reviews.llvm.org/D103004
4 lines
115 B
Plaintext
4 lines
115 B
Plaintext
# RUN: not llvm-mc -M invalid /dev/null 2>&1 | FileCheck %s
|
|
|
|
# CHECK: error: invalid disassembler option 'invalid'
|