File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545// RUN: %clang_cl -arm64EC -marm64x -fuse-ld=link -### -- %s 2>&1 | FileCheck --check-prefix=ARM64X %s
4646// ARM64X: "-machine:arm64x"
4747
48- // RUN: %clang --target=arm64ec-pc-windows-msvc -marm64x -### %s 2>&1 | FileCheck --check-prefix=ARM64X-LLD %s
49- // RUN: %clang --target=aarch64-pc-windows-msvc -marm64x -### %s 2>&1 | FileCheck --check-prefix=ARM64X-LLD %s
50- // RUN: %clang_cl -marm64x -### -- %s 2>&1 | FileCheck --check-prefix=ARM64X-LLD %s
51- // RUN: %clang_cl -arm64EC -marm64x -### -- %s 2>&1 | FileCheck --check-prefix=ARM64X-LLD %s
48+ // RUN: %clang -fuse-ld= - -target=arm64ec-pc-windows-msvc -marm64x -### %s 2>&1 | FileCheck --check-prefix=ARM64X-LLD %s
49+ // RUN: %clang -fuse-ld= - -target=aarch64-pc-windows-msvc -marm64x -### %s 2>&1 | FileCheck --check-prefix=ARM64X-LLD %s
50+ // RUN: %clang_cl -fuse-ld= - marm64x -### -- %s 2>&1 | FileCheck --check-prefix=ARM64X-LLD %s
51+ // RUN: %clang_cl -fuse-ld= - arm64EC -marm64x -### -- %s 2>&1 | FileCheck --check-prefix=ARM64X-LLD %s
5252// ARM64X-LLD: lld-link
5353// ARM64X-LLD-SAME: "-machine:arm64x"
5454
You can’t perform that action at this time.
0 commit comments