rlibc
rlibc copied to clipboard
Link time optimization for test case.
Our test case still suffers from a lack of link-time optimization, meaning neither start, main, or __libc_start_main ever get inlined. This comes from linking with ld.
Clang has LTO, but since there's no way to pass the linker's path to clang, we can't use it until clang supports LLD.