From 9c4e93c71a80e9d6d4e9f1e9f90b14a6126e1f47 Mon Sep 17 00:00:00 2001 From: TCWG Date: Tue, 9 Nov 2021 19:33:07 +0000 Subject: [PATCH] [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. --- lldb/test/Shell/BuildScript/compiler-full-path.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/Shell/BuildScript/compiler-full-path.test b/lldb/test/Shell/BuildScript/compiler-full-path.test index 592024e..5a781f5 100644 --- a/lldb/test/Shell/BuildScript/compiler-full-path.test +++ b/lldb/test/Shell/BuildScript/compiler-full-path.test @@ -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 -- 2.7.4