[llvm-bugs] [Bug 24689] New: CppBackend needs to be updated to handle new GetElementPtrInst::Create prototype

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Sep 3 03:22:11 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=24689

            Bug ID: 24689
           Summary: CppBackend needs to be updated to handle new
                    GetElementPtrInst::Create prototype
           Product: libraries
           Version: 3.7
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Target Description Classes
          Assignee: unassignedbugs at nondot.org
          Reporter: jerome_witmann at symantec.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 14831
  --> https://llvm.org/bugs/attachment.cgi?id=14831&action=edit
Patch to add the missing type to the CppBackend

In LLVM 3.7.0, GetElementPtrInst::Create requires the type to be passed and the
target CppBackend doesn't do so.

The attached patch resolve the issue... or at least it attempts to do so.

Thanks,
Jerome

-- 
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/20150903/24895d99/attachment.html>


More information about the llvm-bugs mailing list