diff options
author | Daniel Paoliello <danpao@microsoft.com> | 2025-08-06 16:50:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-06 16:50:28 -0700 |
commit | 7694856fddbb3fed10076aefec75c9b512cc352e (patch) | |
tree | 398441aecff0ce2887e301935de082b5a142642d /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | acb5d0c211f72ba370bfeea7e5bf3b108f84895a (diff) | |
download | llvm-7694856fddbb3fed10076aefec75c9b512cc352e.zip llvm-7694856fddbb3fed10076aefec75c9b512cc352e.tar.gz llvm-7694856fddbb3fed10076aefec75c9b512cc352e.tar.bz2 |
Fix TargetParserTests for big-endian hosts (#152407)
The new `sys::detail::getHostCPUNameForARM` for Windows (#151596) was
implemented using a C++ bit-field, which caused the associated unit
tests to fail on big-endian machines as it assumed a little-endian
layout.
This change switches from the C++ bit-field to LLVM's `BitField` type
instead.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions