[llvm] llvm-readobj/ARM: activate big-endian attribute printing (PR #87806)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 11 09:36:53 PDT 2024
================
@@ -40,7 +40,7 @@ inline uint24_t getSwappedBytes(uint24_t C) {
class DataExtractor {
StringRef Data;
- uint8_t IsLittleEndian;
+ bool IsLittleEndian;
----------------
MaskRay wrote:
This change should be removed from the patch.
https://github.com/llvm/llvm-project/pull/87806
More information about the llvm-commits
mailing list