Skip to content

Commit

Permalink
[Clang] Fix failing test: ClangScanDeps/multiple-commands.c (#27)
Browse files Browse the repository at this point in the history
ATD clang uses slightly different command for -saved-temps
and -cc1as flags.
  • Loading branch information
DominikAdamski committed Feb 2, 2024
1 parent ce42636 commit 3acfccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/ClangScanDeps/multiple-commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
// CHECK-NEXT: "{{.*}}tu_save_temps_module.o"
// CHECK: "{{.*}}tu_save_temps_module.s"
// CHECK: ]
// CHECK-NEXT: "executable": "clang_tool"
// CHECK-NEXT: "executable": [[CLANG:"[^"]*clang"]]
// CHECK: "input-file": "[[PREFIX]]{{.}}tu_save_temps_module.c"
// CHECK-NEXT: }
// CHECK-NEXT: ]
Expand Down

0 comments on commit 3acfccb

Please sign in to comment.