summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/BuildScript/compiler-full-path.test
blob: 592024e690eb54deee6d94321867e74cd490d892 (plain)
1
2
3
4
5
6
7
8
9
10
11
RUN: %build -n --mode=compile --verbose --arch=64 --compiler=/path/to/my/clang \
RUN:    -o foo foobar.c | FileCheck %s --check-prefix=CHECK-CLANG
RUN: %build -n --mode=compile --verbose --arch=64 \
RUN:    --compiler=/path/to/my/x64/cl.exe -o foo foobar.c | \
RUN:    FileCheck %s --check-prefix=CHECK-MSVC

CHECK-CLANG: Command Line: /path/to/my/clang
CHECK-SAME: -o

CHECK-MSVC: Command Line: /path/to/my/x64/cl.exe
CHECK-SAME: /Fo
OpenPOWER on IntegriCloud