[LLVMbugs] [Bug 21423] New: On x86_64 ELF, short relocation can be produced even in large code model

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Oct 30 23:08:50 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=21423

            Bug ID: 21423
           Summary: On x86_64 ELF, short relocation can be produced even
                    in large code model
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: X86
          Assignee: unassignedbugs at nondot.org
          Reporter: sanxiyn at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Filing a new bug, originally from http://llvm.org/bugs/show_bug.cgi?id=15356

$ cat test.c
void test() {}
$ clang -c -emit-llvm test.c
$ llc -filetype=obj -code-model=large test.bc
$ readelf -r test.o

-- 
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/20141031/675c141e/attachment.html>


More information about the llvm-bugs mailing list