[PATCH] D51899: Remove extraneous ".a" suffix from baremetal clang_rt.builtins when compiling for baremetal.

George Morgan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 10 17:19:31 PDT 2018


georgemorgan added a comment.

@kristina, the library isn't being passed as an object file to the linker but rather as a library name. Hence, the `.a` suffix is not correct.


https://reviews.llvm.org/D51899





More information about the cfe-commits mailing list