The system libc may be different from the libc passed in
CMAKE_SYSROOT. Instead of using the ldd in PATH to detect
glibc version, use the features.h header file.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D151678
[compiler-rt] Stop using system ldd to detect libc version ClosedPublic Authored by abrachet on May 29 2023, 10:10 PM.
Details Summary The system libc may be different from the libc passed in
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 1 2023, 1:18 AM Closed by commit rG0c11478b791a: [compiler-rt] Stop using system ldd to detect libc version (authored by abrachet). · Explain WhyJun 26 2023, 6:41 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 534526 compiler-rt/test/lit.common.cfg.py
|
We can skip this entire block altogether when on Android.