[LLVMbugs] [Bug 16176] New: Unexpected error: LLVM ERROR: expected relocatable expression
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed May 29 11:39:50 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16176
Bug ID: 16176
Summary: Unexpected error: LLVM ERROR: expected relocatable
expression
Product: tools
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: llvmc
Assignee: unassignedbugs at nondot.org
Reporter: sidneym at codeaurora.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 10596
--> http://llvm.org/bugs/attachment.cgi?id=10596&action=edit
2 tests a.s and d.s both show the same error.
foo:
.word -foo
The above should be legal but I get a
LLVM ERROR: expected relocatable expression when using:
llvm-mc -filetype=obj
This is another example and generates the same error:
.Ltmp3:
.Ltmp5:
.Ltmp13:
.word (.Ltmp5-.Ltmp3)-.Ltmp13
--
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/20130529/bd09f83a/attachment.html>
More information about the llvm-bugs
mailing list