You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not make bitcode when in assemble-only mode (-S)
If we let the second compilation stage make bitcode, the driver will
dump the result into an assembly file (overwriting the real assembly
output from the first stage). The result will be LLVM assembly, which
will make the rest of the compilation fail.
0 commit comments