Skip to content

Commit

Permalink
Update test case to conform with naming and RUN conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoshiz committed Oct 31, 2024
1 parent 7045455 commit 1233008
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
9 changes: 9 additions & 0 deletions clang/test/Driver/windows-lto.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// RUN: %clang --target=aarch64-pc-windows-msvc -O3 -flto -fuse-ld=lld -### %s 2>&1 | FileCheck %s
// RUN: %clang --target=aarch64-pc-windows-msvc -O3 -flto=thin -fuse-ld=lld -### %s 2>&1 | FileCheck %s
//
// RUN: %clang --target=aarch64-pc-windows-msvc -O3 -flto -fuse-ld=lld-link -### %s 2>&1 | FileCheck %s
// RUN: %clang --target=aarch64-pc-windows-msvc -O3 -flto=thin -fuse-ld=lld-link -### %s 2>&1 | FileCheck %s
//
// CHECK: "{{.*}}lld-link{{(.exe)?}}" "-out:a.exe" "-defaultlib:libcmt" "-defaultlib:oldnames"

int main() { return 0; }
15 changes: 0 additions & 15 deletions clang/test/Driver/woa-lto.c

This file was deleted.

0 comments on commit 1233008

Please sign in to comment.