What to do with flag_unparsed_files?

Hello,
I just installed LLVM and have a very basic question. Flang is creating flag_unparsed_files. I don’t know what to make out of them or if they require any debugging. Thanks.

Hi @afernandezody ,

Sorry for the delay, I’ve just noticed this. Are you using the flang wrapper script? If yes then these are temporary files that should be deleted by the script before it exits.

HTH,
-Andrzej