rlibc icon indicating copy to clipboard operation
rlibc copied to clipboard

Link time optimization for test case.

Open alexchandel opened this issue 10 years ago • 0 comments

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.

alexchandel avatar Jan 06 '15 23:01 alexchandel