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

            Bug ID: 34406
           Summary: error: expected assembly-time absolute expression
           Product: libraries
           Version: 4.0
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM assembly language parser
          Assignee: unassignedb...@nondot.org
          Reporter: george-cristinel.sevast...@nxp.com
                CC: llvm-bugs@lists.llvm.org

Error when trying to pass sum of two symbols to .org directive:

.org 0x10
foo:

.org 0x20
bar:

.org foo + bar
foobar:

This gives the following error: 
test.s:7:6: error: expected assembly-time absolute expression
.org foo + bar
     ^

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

Reply via email to