1 RUN: %build -n --mode=compile --verbose --arch=64 --compiler=/path/to/my/clang \
2 RUN: -o foo foobar.c | FileCheck %s --check-prefix=CHECK-CLANG
3 RUN: %build -n --mode=compile --verbose --arch=64 \
4 RUN: --compiler=/path/to/my/x64/cl.exe -o foo foobar.c | \
5 RUN: FileCheck %s --check-prefix=CHECK-MSVC
7 CHECK-CLANG: Command Line: /path/to/my/clang
10 CHECK-MSVC: Command Line: /path/to/my{{(\/|\\)(arm64|x64)(\/|\\)}}cl.exe