tarunprabhu wrote:

@DavidTruby 

The build kite shows a failure on Windows on `Driver/pp-fixed-form.f90` with 
the error

`flang: error: there is no external assembler that can be used on this platform`

This patch forces an external assembler to be used when `-save-temps`. Is this 
not possible on Windows? 

I am guessing that the failing test "worked" earlier because it would generate 
an invalid subcommand using the non-existent `-fc1as` assembler driver, but 
never actually execute it. I don't have access to a Windows machine though, so 
I cannot check this. 

Do you have any suggestions on how we might handle this case on Windows?

https://github.com/llvm/llvm-project/pull/119624
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to