Issue 180452
Summary [flang][Driver] The driver does not accept assembly code
Labels flang:driver
Assignees
Reporter yus3710-fj
    When assembly code is passed to the Flang driver, it emits the following message:

```console
$ flang test.s
flang-23: error: flang does not support assembly files as input: 'test.s'
```

Other Fortran compilers (gfortran, ifx) support assembly inputs, so Flang should do as well.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to