[all-commits] [llvm/llvm-project] e845ca: Follow up a3936a6c19c to work around an old compil...
Jeremy Morse via All-commits
all-commits at lists.llvm.org
Wed Oct 13 05:29:49 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e845ca2ff121b31bef49c1271d2a0926d7fe5989
https://github.com/llvm/llvm-project/commit/e845ca2ff121b31bef49c1271d2a0926d7fe5989
Author: Jeremy Morse <jeremy.morse at sony.com>
Date: 2021-10-13 (Wed, 13 Oct 2021)
Changed paths:
M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
Log Message:
-----------
Follow up a3936a6c19c to work around an old compiler bug
Old versions of gcc want template specialisations to happen within the
namespace where the template lives; this is still present in gcc 5.1, which
we officially support, so it has to be worked around.
More information about the All-commits
mailing list