[LLVM] Fix Maintainers.md formatting (NFC)
[llvm-project.git] / flang / test / Lower / record-command-line.f90
bloba7a25bb9e8725c5d9b94b5a87213a46e8d28f481
1 ! The actual command line is recorded by the frontend and passed on to FC1 as
2 ! the argument to -record-command-line, so in this test, we just match against
3 ! some string with spaces that mimics what a hypothetical command line.
5 ! RUN: %flang_fc1 -record-command-line "exec -o infile" %s -emit-fir -o - | FileCheck %s
7 ! CHECK: module attributes {
8 ! CHECK-SAME: llvm.commandline = "exec -o infile"