Build crtbegin with clang too.
If _start_main is static, clang optimizes it out and then generates an undefined reference from the inline assembler, so let's explicitly tell the compiler it's used. Bug: N/A Test: ran tests Change-Id: Iba3d9c63abae9a0dc32f236b01783515f0190956
Loading
Please sign in to comment