search for: 2c03a874

Displaying 2 results from an estimated 2 matches for "2c03a874".

2013 Sep 22
0
[LLVMdev] LLVM ERROR: expected relocatable expression
...eric example. Then you must have reduced it too much; your example is simply invalid (although the compiler's error message isn't great). -Eli -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130922/2c03a874/attachment.html>
2013 Sep 22
2
[LLVMdev] LLVM ERROR: expected relocatable expression
On 09/20/2013 06:00 PM, Eli Friedman wrote: > On Fri, Sep 20, 2013 at 2:50 PM, Sid Manning <sidneym at codeaurora.org > <mailto:sidneym at codeaurora.org>> wrote: > > > This example generates the following error: > .Ltmp3: > .Ltmp5: > .Ltmp13: > .word (.Ltmp5-.Ltmp3)-.Ltmp13 > > ./llvm-mc ex.s -filetype=obj >