[PATCH] D86877: [Clang][Driver] Use full path to builtins in bare-metal toolchain

Raul Tambre via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 1 07:16:45 PDT 2020


tambre added a comment.

@phosek Please review again.
I've overhauled the patch as I realized that per-target runtime directories don't make sense for the bare-metal target, since the runtime is only distinguished by the //specific// architecture and nothing else.
As a result I've simply changed this into a cleanup doing the same thing as D59425 <https://reviews.llvm.org/D59425>, which seems to have languished.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86877



More information about the cfe-commits mailing list