[PATCH] D103005: [AArch64] Support llvm-mc/llvm-objdump -M no-aliases

Tomas Matheson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 26 04:35:33 PDT 2021


tmatheson accepted this revision.
tmatheson added a comment.
This revision is now accepted and ready to land.

LGTM, I will leave it to the RISC-V people to approve the predecessor



================
Comment at: llvm/test/MC/AArch64/alias-addsubimm.s:2
+// RUN: llvm-mc -triple=aarch64-none-linux-gnu < %s | FileCheck %s --check-prefixes=CHECK,ALIAS
+// RUN: llvm-mc -triple=aarch64 -M no-aliases < %s | FileCheck %s --check-prefixes=CHECK,NOALIAS
 // RUN: not llvm-mc -mattr=+no-neg-immediates -triple=aarch64-none-linux-gnu < %s 2>&1 | FileCheck %s --check-prefix=CHECK-NO-NEG-IMM
----------------
Why change the triple here?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103005/new/

https://reviews.llvm.org/D103005



More information about the llvm-commits mailing list