Is your feature request related to a problem? Please describe. I notice there is a workaound for llvm.41761 with a TODO tag in coding.h: https://github.com/bitcoin/bitcoin/blob/master/src/leveldb/util/coding.h
0// TODO(costan): Remove port::kLittleEndian and the fast paths based on
1// std::memcpy when clang learns to optimize the generic code, as
2// described in https://bugs.llvm.org/show_bug.cgi?id=41761
This compiler bug is marked as fixed: https://bugs.llvm.org/show_bug.cgi?id=41761
Describe the solution you’d like Shall the workaround be removed? Is this bug actually fixed?