Follow up a3936a6c19c to work around an old compiler bug
authorJeremy Morse <jeremy.morse@sony.com>
Wed, 13 Oct 2021 12:27:25 +0000 (13:27 +0100)
committerJeremy Morse <jeremy.morse@sony.com>
Wed, 13 Oct 2021 12:27:25 +0000 (13:27 +0100)
commite845ca2ff121b31bef49c1271d2a0926d7fe5989
treeb5b96e1775f3031529022d823248233e81416213
parentd1e0f02e0ba98cd371749c8d70ee9d153c559e91
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.
llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp