[PATCH] D13298: Fix PR23871: Passing a string literal to .byte directive crashes the assembler

Richard Barton via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 02:02:31 PDT 2015


richard.barton.arm added inline comments.

================
Comment at: test/MC/AArch64/invalid-relocation.s:6
@@ +5,2 @@
+
+# CHECK: LLVM ERROR: unsupported relocation type: FK_Data_1
----------------
Wouldn't a nice error message be to output the string rather than an internal enum type?


Repository:
  rL LLVM

http://reviews.llvm.org/D13298





More information about the llvm-commits mailing list