[LLVMbugs] [Bug 18372] New: IFUNC is broken

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jan 3 14:08:47 PST 2014


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: unassignedbugs at nondot.org
          Reporter: rdivacky at freebsd.org
                CC: llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140103/38167075/attachment.html>


More information about the llvm-bugs mailing list