[PATCH] D73904: [clang] stop baremetal driver to append .a to lib

Christof Douma via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 12 03:28:18 PST 2020


christof added a comment.

The function @MaskRay suggested does not address the problem with `-march=` and others, but it does sound good to use that function. I'm also not sure if `-L` is a feature that is relied upon at the moment by anybody that uses the baremetal driver. For the moment I'll commit this patch, but a single place across drivers that handles the compiler_rt selection mechanism certainly sounds nice.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73904/new/

https://reviews.llvm.org/D73904





More information about the cfe-commits mailing list