Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move some llvm-mc tests where they belong | Matt Arsenault | 2019-02-05 | 1 | -3/+0 |
| | | | | llvm-svn: 353211 | ||||
* | [MC, RISCV] Fixed StringRef Assertion `Index < Length && "Invalid index!"' | Ana Pazos | 2018-08-25 | 1 | -0/+3 |
Summary: Handle the case IDVal is an empty string. This bug was uncovered by a LLVM MC Assembler Protocol Buffer Fuzzer for the RISC-V assembly language. Reviewers: rnk Reviewed By: rnk Subscribers: rnk, niravd, pcc, peter.smith, asb, grosbach, llvm-commits, bcain, kito-cheng, shiva0217, rogfer01, PkmX Differential Revision: https://reviews.llvm.org/D50808 llvm-svn: 340678 |