[PATCH] D18388: [AArch64] Replace some uses of report_fatal_error with reportError in AArch64 ELF object writer
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 23 04:40:22 PDT 2016
rengolin added a comment.
Have you tried creating a few instructions with invalid ranges? I understand that this may break other things in the back-end before it gets to that part.
But following the adr example, you may find a way to break movz/movk or at least some load/store ones.
Repository:
rL LLVM
http://reviews.llvm.org/D18388
More information about the llvm-commits
mailing list