[PATCH] D18388: [AArch64] Replace some uses of report_fatal_error with reportError in AArch64 ELF object writer

Oliver Stannard via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 23 04:29:43 PDT 2016


olista01 added a comment.

I haven't been able to trigger any of the others, as they are checked when the fixups are created (and we don't have the .reloc directive on AArch64 to create arbitrary fixups). The .byte directive is the only way I know of to trigger this at the moment.


Repository:
  rL LLVM

http://reviews.llvm.org/D18388





More information about the llvm-commits mailing list