[PATCH] D50808: [MC, RISCV] Fixed StringRef Assertion `Index < Length && "Invalid index!"'

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 23 07:21:38 PDT 2018


asb added inline comments.


================
Comment at: test/Assembler/empty-string.s:1
+// REQUIRES: riscv-registered-target, asserts
+// RUN: not llvm-mc -triple riscv32-unknown-linux-gnu < %s 2>&1 | FileCheck %s
----------------
This test shouldn't actually require `asserts` should it?


https://reviews.llvm.org/D50808





More information about the llvm-commits mailing list