From b03fc76dccb72864b1ee6a5ae5f0b4ee5da5d258 Mon Sep 17 00:00:00 2001 From: Arlo Siemsen Date: Tue, 11 Jan 2022 07:41:27 -0800 Subject: [PATCH] Use the new language identifier for Rust in the PDB debug format Rust currently identifies as MASM (Microsoft Assembler) in the PDB debug info format on Windows because no identifier was available. This change pulls in a cherry-pick to Rust's LLVM that includes the change to use the new identifier for Rust. https://docs.microsoft.com/en-us/visualstudio/debugger/debug-interface-access/cv-cfl-lang --- src/llvm-project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llvm-project b/src/llvm-project index 6b3dbcc81a4..2abffbf977a 160000 --- a/src/llvm-project +++ b/src/llvm-project @@ -1 +1 @@ -Subproject commit 6b3dbcc81a470e5da84576d63fcfc19e3b1154cd +Subproject commit 2abffbf977a9e8c6ca4174a08fe5c4d7781f0aac