diff options
author | Colin Cross <ccross@google.com> | 2022-03-09 12:45:45 -0800 |
---|---|---|
committer | Pirama Arumuga Nainar <pirama@google.com> | 2022-03-09 13:41:30 -0800 |
commit | e75f1d3c07edaa223ac1a945af534eaec0c7aa66 (patch) | |
tree | ce5e509c76a62c6759deb4cae954de3df9f1eb23 /llvm/unittests/Support/CommandLineTest.cpp | |
parent | f7a63bca173396e2501ba2b9fac2e6b7ba519bdb (diff) | |
download | llvm-e75f1d3c07edaa223ac1a945af534eaec0c7aa66.zip llvm-e75f1d3c07edaa223ac1a945af534eaec0c7aa66.tar.gz llvm-e75f1d3c07edaa223ac1a945af534eaec0c7aa66.tar.bz2 |
[CompilerRT] Fix build of compiler-rt with musl
Use the correct types for OFF_T, __sanitizer_time_t and
__sanitizer_dirent and forward time_t related functions
to fix using compiler-rt with 32-bit musl libc.
Also redirect the time_t functions that are affected by
https://musl.libc.org/time64.html to use their 64-bit
ABI names.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D119358
Diffstat (limited to 'llvm/unittests/Support/CommandLineTest.cpp')
0 files changed, 0 insertions, 0 deletions