[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / lldb / test / Shell / BuildScript / compiler-full-path.test
blob5a781f570bd9ef00d3125457e5dbd2c4553ff8c5
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
8 CHECK-SAME: -o
10 CHECK-MSVC: Command Line: /path/to/my{{(\/|\\)(arm64|x64)(\/|\\)}}cl.exe
11 CHECK-SAME: /Fo