https://bugs.llvm.org/show_bug.cgi?id=24652

Arnaud de Grandmaison <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |m
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #1 from Arnaud de Grandmaison <[email protected]> ---
armv7 as a byte relocation (R_ARM_ABS8) whereas not such thing exists with
aarch64, so this testcase can not be supported on aarch64.

LLVM @ r346851 fails gracefully with the proper error / diagnostic message:

> bin/llvm-mc -triple=aarch64-none-linux-gnu -filetype=obj test.s -o test.o
test.s:7:23: error: 1-byte data relocations not supported
string_base_64: .byte string_table
                      ^

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to