Skip to content

MCParser/AsmParser.cpp doesn't support the .base64 directive #165499

@kenballus

Description

@kenballus

Starting in version 15, GCC emits a .base64 directive instead of .string or .ascii for char arrays of length >= 3.

See this godbolt link for an example.

We should probably add support for this in AsmParser so that we aren't incompatible with a large proportion of GCC output.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions