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

Kristina Brooks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 10 17:15:30 PDT 2018


kristina added a comment.

Please submit your diffs with context in the future (`-U99999`). Also this seems like it would break a lot, `.a` is just a generic extension for an object archive file, I don't think the extension is the issue unless you're using some sort of an exotic linker.


https://reviews.llvm.org/D51899





More information about the cfe-commits mailing list