forked from OSchip/llvm-project
[LLDB] Adjust compiler-full-path.test for Windows/Arm64
This patch updates compiler-full-path.test to make sure it passes on Windows Arm64 platform with MSVC.
This commit is contained in:
parent
f269ec230e
commit
9c4e93c71a
|
@ -7,5 +7,5 @@ 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-MSVC: Command Line: /path/to/my{{(\/|\\)(arm64|x64)(\/|\\)}}cl.exe
|
||||
CHECK-SAME: /Fo
|
||||
|
|
Loading…
Reference in New Issue