aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
diff options
context:
space:
mode:
authorMichael Jones <michaelrj@google.com>2025-04-04 12:53:46 -0700
committerGitHub <noreply@github.com>2025-04-04 12:53:46 -0700
commit4c182df633bcd7fd7f0634b2cf6bcab91c3674ec (patch)
tree91c04f99b831f51a9a06ebbe4e17e9eb76e20f3e /llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
parent03604a784011bec2292f900b118d825f34f8cf89 (diff)
downloadllvm-4c182df633bcd7fd7f0634b2cf6bcab91c3674ec.zip
llvm-4c182df633bcd7fd7f0634b2cf6bcab91c3674ec.tar.gz
llvm-4c182df633bcd7fd7f0634b2cf6bcab91c3674ec.tar.bz2
[libc] Fix suseconds_t definition and utimes_test (#134326)
The main issue was that the kernel expected `suseconds_t` to be 64 bits but ours was 32. This caused inconsistent failures since all valid `suseconds_t` values are less than 1000000 (1 million), and some configurations caused `struct timeval` to be padded to 128 bits. Also: forgot to use TEST_FILE instead of FILE_PATH in some places.
Diffstat (limited to 'llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions