[PATCH] D27953: [AArch64][AsmParser] Add support for parsing shift/extend operands with symbols.

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 22 09:44:19 PST 2016


rovka accepted this revision.
rovka added a reviewer: rovka.
rovka added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: test/MC/AArch64/shift_extend_op_w_symbol.s:3
+// RUN: FileCheck < %t1 %s
+// RUN: not llvm-mc -triple aarch64-none-linux-gnu < %s 2> %t2
+// RUN: FileCheck --check-prefix=CHECK-ERROR < %t2 %s
----------------
Why are you running the same thing twice? Can't you just 1> %t1 2> %t2 on the first run?


https://reviews.llvm.org/D27953





More information about the llvm-commits mailing list