File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99! VERSION-NEXT: Thread model:
1010! VERSION-NEXT: InstalledDir:
1111
12- ! ERROR: flang: error: unknown argument '--versions'; did you mean '--version'?
12+ ! ERROR: flang{{.*}} : error: unknown argument '--versions'; did you mean '--version'?
1313
1414! VERSION-FC1: LLVM version
1515
Original file line number Diff line number Diff line change 3030! FULL-LTO: "-fc1"
3131! FULL-LTO-SAME: "-flto=full"
3232
33- ! THIN-LTO-ALL: flang: warning: the option '-flto=thin' is a work in progress
33+ ! THIN-LTO-ALL: flang{{.*}} : warning: the option '-flto=thin' is a work in progress
3434! THIN-LTO-ALL: "-fc1"
3535! THIN-LTO-ALL-SAME: "-flto=thin"
3636! THIN-LTO-LINKER-PLUGIN: "-plugin-opt=thinlto"
Original file line number Diff line number Diff line change 1717! RUN: not %flang_fc1 %t.f90 2>&1 | FileCheck %s --check-prefix=FLANG-FC1-NONEXISTENT-FILE
1818! RUN: not %flang_fc1 %S 2>&1 | FileCheck %s --check-prefix=FLANG-FC1-DIR
1919
20- ! FLANG-NO-FILE: flang: error: no input files
20+ ! FLANG-NO-FILE: flang{{.*}} : error: no input files
2121
22- ! FLANG-NONEXISTENT-FILE: flang: error: no such file or directory: {{.*}}
23- ! FLANG-NONEXISTENT-FILE: flang: error: no input files
22+ ! FLANG-NONEXISTENT-FILE: flang{{.*}} : error: no such file or directory: {{.*}}
23+ ! FLANG-NONEXISTENT-FILE: flang{{.*}} : error: no input files
2424
2525! FLANG-FC1-NONEXISTENT-FILE: error: {{.*}} does not exist
2626! FLANG-FC1-DIR: error: {{.*}} is not a regular file
Original file line number Diff line number Diff line change 3939! FLANG-NEXT:end program hello
4040
4141! TEST 2: `-o` does not when multiple input files are present
42- ! ERROR: flang: error: cannot specify -o when generating multiple output files
42+ ! ERROR: flang{{.*}} : error: cannot specify -o when generating multiple output files
4343
4444! TEST 3: The output file _was not_ specified - `flang_fc1` will process all
4545! input files and generate one output file for every input file.
You can’t perform that action at this time.
0 commit comments