Skip to content

IRgen crash on alias of inline function #3572

@llvmbot

Description

@llvmbot
Bugzilla Link 3200
Resolution FIXED
Resolved on Mar 22, 2009 16:23
Version unspecified
OS Linux
Reporter LLVM Bugzilla Contributor
CC @asl

Extended Description

clang crashes on

static inline int foo() { return 0; }
int bar() attribute((alias("foo"));

because delayed emission of statics interacts badly with aliases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillaclang:codegenIR generation bugs: mangling, exceptions, etc.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions