brintos

brintos / llvm-project-archived public Read only

0
0
Text · 459 B · 5a781f5 Raw
12 lines · plain
1RUN: %build -n --mode=compile --verbose --arch=64 --compiler=/path/to/my/clang \2RUN:    -o foo foobar.c | FileCheck %s --check-prefix=CHECK-CLANG3RUN: %build -n --mode=compile --verbose --arch=64 \4RUN:    --compiler=/path/to/my/x64/cl.exe -o foo foobar.c | \5RUN:    FileCheck %s --check-prefix=CHECK-MSVC6 7CHECK-CLANG: Command Line: /path/to/my/clang8CHECK-SAME: -o9 10CHECK-MSVC: Command Line: /path/to/my{{(\/|\\)(arm64|x64)(\/|\\)}}cl.exe11CHECK-SAME: /Fo12