llvm-capstone/flang/tools/f18
David Spickett e302950023
[flang] Handle -S assemble only flag in flang-to-external-fc (#78979)
Flang was recently updated on Compiler Explorer and by default it's in
assemble only mode, you have to enable linking and executing.

This means that the default output for flang-to-external-fc is nothing,
as it doesn't know what `-S` means. You'd have to know to enable the
link to binary option to see any output.

Handle `-S` so that users of Compiler Explorer don't have to wonder why
the "compiler" is broken.
2024-01-22 15:55:05 +00:00
..
CMakeLists.txt [flang] Updating drivers to create data layout before semantics (#73301) 2023-12-06 14:20:06 +01:00
dump.cpp
flang-to-external-fc.in [flang] Handle -S assemble only flag in flang-to-external-fc (#78979) 2024-01-22 15:55:05 +00:00