[libc] Add TLS image initialization to aarch64 startup code.The TLS loader test has been enabled for aarch64.Handling of PT_TLS' filesz and memsz for x86_64 has also been fixed.Reviewed By: jeff
[libc] Add TLS image initialization to aarch64 startup code.The TLS loader test has been enabled for aarch64.Handling of PT_TLS' filesz and memsz for x86_64 has also been fixed.Reviewed By: jeffbaileyDifferential Revision: https://reviews.llvm.org/D128032
show more ...
[libc] Add a new rule add_integration_test.All existing loader tests are switched to an integration test added withthe new rule. Also, the getenv test is now enabled as an integration test.All l
[libc] Add a new rule add_integration_test.All existing loader tests are switched to an integration test added withthe new rule. Also, the getenv test is now enabled as an integration test.All loader tests have been moved to test/integration. Also, the simplechecker library for the previous loader tests has been moved to aseparate directory of its own.A follow up change will perform more cleanup of the loader CMake rulesto eliminate now redundent options.Reviewed By: lntue, michaelrjDifferential Revision: https://reviews.llvm.org/D122266