[LLDB] Adjust compiler-full-path.test for Windows/Arm64
authorTCWG <tcwg@linaro.org>
Tue, 9 Nov 2021 19:33:07 +0000 (19:33 +0000)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Wed, 19 Jan 2022 14:47:03 +0000 (19:47 +0500)
This patch updates compiler-full-path.test to make sure it passes on
Windows Arm64 platform with MSVC.

lldb/test/Shell/BuildScript/compiler-full-path.test

index 592024e..5a781f5 100644 (file)
@@ -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