[all-commits] [llvm/llvm-project] dfd0cd: [GlobPattern] Fix build error on gcc7.5
Ellis Hoag via All-commits
all-commits at lists.llvm.org
Tue Sep 12 16:56:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dfd0cd1cc182789d351953d2c40b8ccd9fdec34f
https://github.com/llvm/llvm-project/commit/dfd0cd1cc182789d351953d2c40b8ccd9fdec34f
Author: Ellis Hoag <ellis.sparky.hoag at gmail.com>
Date: 2023-09-12 (Tue, 12 Sep 2023)
Changed paths:
M llvm/lib/Support/GlobPattern.cpp
Log Message:
-----------
[GlobPattern] Fix build error on gcc7.5
This fixes a build error introduced by https://reviews.llvm.org/D153587
when using an old version of GCC. See
https://reviews.llvm.org/D153587#4644735 for details.
More information about the All-commits
mailing list