[PATCH] D46424: [RISCV] Support .option push and .option pop

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 13 08:15:16 PST 2018


asb added inline comments.


================
Comment at: test/MC/RISCV/option-invalid.s:23
+# CHECK: error: unexpected token, expected end of statement
+.option pop 123
----------------
Sorry to be pedantic, but you missed a test for `.option push` with extra tokens at the end.


Repository:
  rL LLVM

https://reviews.llvm.org/D46424





More information about the llvm-commits mailing list