GCC link-time optimizer
When compiling SWIFT with --enable-ipo
and GCC, the code fails to link. It seems that the library is linked properly but the library cannot be linked to the main. We may need to change some flags or change the linker.
The same happens with clang.