Skip to content

Use "module;" - syntax #55

@mls-m5

Description

@mls-m5

It seems like clang does not require you to specify "-x c++-module" as a flag when compiling. Instead you compile the file as "-x c++" and add a "module;" statement in the beginning of the file.

Add support for this.

Considerations

This will have to work with the prescan step. You might have to reorder when things is done to make the information available when creating targets for the object files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions