diff options
author | Dominik Wójt <dominik.wojt@arm.com> | 2024-02-29 08:54:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-29 08:54:58 +0100 |
commit | d1a461dbb2293d9258d400b5426f610bb5191228 (patch) | |
tree | 6d2a612ffa93b03898466b615cd8baedcc889604 /llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp | |
parent | 6ee9c8afbcc05f61c64c0938281ff11a5e3221cb (diff) | |
download | llvm-d1a461dbb2293d9258d400b5426f610bb5191228.zip llvm-d1a461dbb2293d9258d400b5426f610bb5191228.tar.gz llvm-d1a461dbb2293d9258d400b5426f610bb5191228.tar.bz2 |
[libc++] tests with picolibc: prevent looking for unneeded "rt" library (#82262)
Picolibc does not provide the clock_gettime function nor the "rt" library.
check_library_exists was invalidly detecting the "rt" library due to cmake issue
present, when cross-compiling[1]. This resulted with "chrono.cpp" trying to link
to the "rt" library and following error:
unable to find library from dependent library specifier: rt
[1] https://gitlab.kitware.com/cmake/cmake/-/issues/18121
Diffstat (limited to 'llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions