[all-commits] [llvm/llvm-project] 8806b4: Get LLDB building with clang-6 on Ubuntu 18.04
Evan Wilde via All-commits
all-commits at lists.llvm.org
Fri Aug 18 15:02:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8806b4f9b1fce4cb62e93b21fd9c9cc5a45317e3
https://github.com/llvm/llvm-project/commit/8806b4f9b1fce4cb62e93b21fd9c9cc5a45317e3
Author: Evan Wilde <etceterawilde at gmail.com>
Date: 2023-08-18 (Fri, 18 Aug 2023)
Changed paths:
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
Log Message:
-----------
Get LLDB building with clang-6 on Ubuntu 18.04
This patch gets clang-6 building with LLDB. The move from makeArrayRef
to deduction guides in 984b800a036fc61ccb129a8da7592af9cadc94dd is
tripping up clang-6 on Ubuntu 18.04.
Related to issue #64782.
More information about the All-commits
mailing list