Skip to content

Commit

Permalink
Update test case to allow possible '.exe' extension
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoshiz committed Oct 29, 2024
1 parent 5259a3b commit 7045455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Driver/woa-lto.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
// RUN: %clang --target=aarch64-pc-windows-msvc -O3 -flto=thin -fuse-ld=lld-link -c %t.c -o %t.o
// RUN: %clang --target=aarch64-pc-windows-msvc -O3 -flto=thin -fuse-ld=lld-link -### %t.o 2>&1 | FileCheck %s
//
// CHECK: "{{.*}}lld-link" "-out:a.exe" "-defaultlib:libcmt" "-defaultlib:oldnames"
// CHECK: "{{.*}}lld-link{{(.exe)?}}" "-out:a.exe" "-defaultlib:libcmt" "-defaultlib:oldnames"

0 comments on commit 7045455

Please sign in to comment.