[PATCH] D63669: [RISCV] Allow parsing dot '.' in assembly

John LLVM via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 14:18:06 PDT 2019


JohnLLVM marked an inline comment as done.
JohnLLVM added inline comments.


================
Comment at: llvm/test/MC/RISCV/rvi-aliases-valid.s:121
+# CHECK-S-NOALIAS: jal zero, .Ltmp0
+# CHECK-S: j .Ltmp0
+# CHECK-OBJ-NOALIAS: jal zero, 0
----------------
I am not sure if `.Ltmp0` if robust enough for tests. If not, what should go here?


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

https://reviews.llvm.org/D63669





More information about the llvm-commits mailing list