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

            Bug ID: 15253
           Summary: Calls to @llvm.ptr.annotation not being removed before
                    code generation
           Product: libraries
           Version: trunk
          Hardware: Macintosh
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

Created attachment 10008
  --> http://llvm.org/bugs/attachment.cgi?id=10008&action=edit
Example test case

Hi 

Annotations on struct fields are represented as calls to the
llvm.ptr.annotation intrinsic. However, these calls do not seem to be removed
before code generation because the following fatal error occurs in the backend:

"fatal error: error in backend: Cannot select: intrinsic %llvm.ptr.annotation"

Thanks
Khilan

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