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

            Bug ID: 18372
           Summary: IFUNC is broken
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: MC
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

.globl  memcpy
        .type   memcpy, @gnu_indirect_function
        .set    memcpy,resolve_memcpy

doesnt set the type of memcpy to GNU_IFunc, the .set destroys that

-- 
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