This should be fine now, and is necessary for D102543.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think Fuchsia doesn't need COMPILER_RT_HAS_AUXV since it's only used in Linux parts.
Comment Actions
Turns out there were some other things that are necessary to turn on the bots. This patch contains some of those things:
- Remove -fno-emulated-tls from the scudo buildflags under Android. This can be removed because there should be no conflict with the platform TLS now that it's guarded by SCUDO_HAS_PLATFORM_TLS_SLOT.
- Add some function declarations in some of the tests that are part of the NDK headers, but are guarded by NDK API level declarations.
A little more patching to do to get it working here, I think lit is still trying to enumerate the unit tests by executing --gtest_list_tests on the host rather than on the device, but I'm looking into it.