diff options
author | Guillaume Chatelet <gchatelet@google.com> | 2023-01-04 12:48:01 +0000 |
---|---|---|
committer | Guillaume Chatelet <gchatelet@google.com> | 2023-01-05 10:02:57 +0000 |
commit | c25af9bb1ea50353e6387d59a13e3c81fb116a74 (patch) | |
tree | 602f14d4f24b5e86de9df98da3b1b6e49a8a21b6 /llvm/lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp | |
parent | 495ddf1e4fd56119e57e65e5d812c4ace5446212 (diff) | |
download | llvm-c25af9bb1ea50353e6387d59a13e3c81fb116a74.zip llvm-c25af9bb1ea50353e6387d59a13e3c81fb116a74.tar.gz llvm-c25af9bb1ea50353e6387d59a13e3c81fb116a74.tar.bz2 |
[libc][NFC] Use a function instead of templated static member functions for TYPE_DESC
I'm surprised that clang accepts the current code.
It seems odd to me to specialize templated static member variables.
GCC rejects them: https://godbolt.org/z/3ecE9Ps7T
This patch is in the context of https://github.com/llvm/llvm-project/issues/59368
Differential Revision: https://reviews.llvm.org/D140981
Diffstat (limited to 'llvm/lib/DebugInfo/CodeView/DebugFrameDataSubsection.cpp')
0 files changed, 0 insertions, 0 deletions