[llvm-bugs] [Bug 24977] New: MC fails to create relocations without symbols
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Sep 28 11:49:08 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24977
Bug ID: 24977
Summary: MC fails to create relocations without symbols
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: rafael.espindola at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Given
.long 123 - .
GAS creates
Relocation {
Offset: 0x0
Type: R_X86_64_PC32 (2)
Symbol: - (0)
Addend: 0x7B
}
and llvm-mc errors.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150928/9f55e7cd/attachment-0001.html>
More information about the llvm-bugs
mailing list