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

Mehdi AMINI via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 10 17:23:23 PDT 2018


mehdi_amini added a comment.

@kristina both bfd and lld are adding the  `.a ` extension when you pass a lib through -l. Similarly to -llibfoo won't work, -lfoo.a will lead the linker to look for libfoo.a.a


https://reviews.llvm.org/D51899





More information about the cfe-commits mailing list