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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to