mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
[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:
committed by
Muhammad Omair Javaid
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
|
||||
|
||||
Reference in New Issue
Block a user