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

            Bug ID: 41154
           Summary: Linker discards function addrspaces
           Product: libraries
           Version: 8.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Linker
          Assignee: unassignedb...@nondot.org
          Reporter: sean.m.bart...@gmail.com
                CC: llvm-bugs@lists.llvm.org

When processing functions that have nonzero address spaces, the linker discards
the address spaces. For example:

define void @f() addrspace(40) {
  ret void
}

Sending the above module through the linker will cause the address space to be
reset to zero.

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

Reply via email to