It appears that when you link bitcode files into a native executable using llvm-ld, that gcc is used for the final step.<div><br></div><div>I would like to create a tool that creates native executables without requiring gcc/clang. Is that currently supported with llvm?</div>