Skip to content

flang doesnot support -save-temps option  #58587

@laurent-alfonsi-linaro

Description

@laurent-alfonsi-linaro

The reproduce case is very simple :

$ touch empty.f90
$ flang-new   -c emtpy.f90
# this produce a "emtpy" .o
$ flang-new   -c emtpy.f90   -save-temps=obj -Qn
flang-new: warning: argument unused during compilation: '-Qn'
error: unknown integrated tool '-cc1as'. Valid tools include '-fc1'.

It seems it invokes the wrong tool.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementImproving things as opposed to bug fixing, e.g. new or missing featureflang:driver

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions