summaryrefslogtreecommitdiff
path: root/libc/test/integration/startup/linux/init_fini_array_test.cpp
AgeCommit message (Collapse)Author
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
This part of the effort to make all test related pieces into the `test` directory. This helps is excluding test related pieces in a straight forward manner if LLVM_INCLUDE_TESTS is OFF. Future patches will also move the MPFR wrapper and testutils into the 'test' directory.
2022-12-15[libc][NFC] Rename "loader" to "startup".Siva Chandra Reddy
Reviewed By: lntue Differential Revision: https://reviews.llvm.org/D140049