[libc-commits] [PATCH] D128032: [libc] Add TLS image initializing to aarch64 statup code.
Jeff Bailey via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jun 17 16:00:34 PDT 2022
jeffbailey accepted this revision.
jeffbailey added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libc/test/integration/loader/linux/CMakeLists.txt:41-43
-if(NOT (${LIBC_TARGET_ARCHITECTURE} STREQUAL "x86_64"))
- return()
-endif()
----------------
I wonder if we should have a variable of "LIBC_ARCH_SUPPORTS_LOADERS" or something like this so that we're not flapping this in and out for every arch that gets added.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128032/new/
https://reviews.llvm.org/D128032
More information about the libc-commits
mailing list