Files
clang-p2996/flang/lib/Optimizer/Transforms/AddDebugInfo.cpp
Tom Eccles f6f4c177ef [flang][debug] Use PROGRAM name for main function name (#111022)
For example, in

        PROGRAM test_program
          ...
        END PROGRAM

This allows a user to break on the main function with `break
test_program`. This matches what classic flang and gfortran do.
2024-10-04 10:46:58 +01:00

21 KiB