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

            Bug ID: 34067
           Summary: r304953 introduced a failure due to clang passing a
                    structure by value and using fastcc
           Product: new-bugs
           Version: 5.0
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: new bugs
          Assignee: unassignedb...@nondot.org
          Reporter: petar.jovano...@imgtec.com
                CC: llvm-bugs@lists.llvm.org

Landing r304953 introduced a failure when compiling clang with -O3 as one of
the structures used by clang is passed
by value and uses the fastcc calling convention.

The change has been reverted on ToT as:

------------------------------------------------------------------------
r310057 | smaksimovic | 2017-08-04 14:37:34 +0200 (Fri, 04 Aug 2017) | 8 lines

Revert r304953 for release 5.0.0

This is causing failures when compiling clang with -O3
as one of the structures used by clang is passed by
value and uses the fastcc calling convention.

Faliures manifest for stage2 mips build.


This needs to be cherry-picked for 5.0.0 release.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to