[all-commits] [llvm/llvm-project] 80d49f: By-pass some ArrayRef deduction guide
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Thu Jan 5 08:25:29 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80d49ffe4fa50de0085f81b9068f5f7c32e55758
https://github.com/llvm/llvm-project/commit/80d49ffe4fa50de0085f81b9068f5f7c32e55758
Author: serge-sans-paille <sguelton at mozilla.com>
Date: 2023-01-05 (Thu, 05 Jan 2023)
Changed paths:
M llvm/tools/llvm-readobj/ELFDumper.cpp
Log Message:
-----------
By-pass some ArrayRef deduction guide
clang-11 doesn't fully support them and requires an explicit
instantiation in some situation. This is fixed in (at least) clang-14
More information about the All-commits
mailing list