We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b136ce commit 0478adcCopy full SHA for 0478adc
llvm/include/llvm/Object/ELFTypes.h
@@ -51,7 +51,6 @@ template <endianness E, bool Is64> struct ELFType {
51
using packed = support::detail::packed_endian_specific_integral<Ty, E, 1>;
52
53
public:
54
- static const endianness TargetEndianness = E;
55
static const endianness Endianness = E;
56
static const bool Is64Bits = Is64;
57
0 commit comments