Skip to content

r304953 introduced a failure due to clang passing a structure by value and using fastcc #33414

@llvmbot

Description

@llvmbot
Bugzilla Link 34067
Resolution FIXED
Resolved on Aug 11, 2017 09:33
Version 5.0
OS Linux
Blocks #33196
Reporter LLVM Bugzilla Contributor
CC @zmodem

Extended Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzilla

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions