[libc-commits] [PATCH] D130966: [libc] Add init and fini array iteration to the laoder.
Thorsten via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Aug 2 23:09:22 PDT 2022
tschuett added a comment.
If libc would support Lit tests, then you could:
1. compile the test binary exactly as you like it
2. inspect the binary with llvm-objdump
3. run the binary and observe the execution as you see fit
it would give you higher confidence than forcing loader tests into unit tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130966/new/
https://reviews.llvm.org/D130966
More information about the libc-commits
mailing list