Hi,
The AArch64 C++ ABI states that .init_array sections should be used for static constructors. The attached patches (one for clang, one for LLVM), make sure that these sections get produced in an ABI-compliant way, not just for linux platforms, but for all ELF-based platforms. Could I get a review on these patches? Thanks, Kristof
init_array_clang.patch
Description: Binary data
init_array_llvm.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
