Depends on D90790.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/test/lit.common.cfg.py | ||
---|---|---|
369 | We need both the codename and the api-level because we need the thread-properties-api which may or may not be in 31 (unknown at the moment), we only know it's in 'S'. |
compiler-rt/test/lit.common.cfg.py | ||
---|---|---|
369 | There're no "31 devices" right now - they're all still 29 (or 30 at the most). That's why this feature was named "-thread-properties-api" and not by api-level number. Either we leave it like this, or pull the libc.so and look for the api symbols? |
compiler-rt/test/lit.common.cfg.py | ||
---|---|---|
369 | P.S: | |
391 |
Not yet. :-) The dynamic-tls leak check is currently broken on glibc-2.27. The test is expected to fail. But when run on android, it will pass as "Unexpected Success". So this change was to make sure "glibc-2.27" is not set for android, allowing the test to be expected-pass. |
We need both the codename and the api-level because we need the thread-properties-api which may or may not be in 31 (unknown at the moment), we only know it's in 'S'.