[PATCH] D143075: BareMetal ToolChain multilib layering

Michael Platings via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 1 07:52:42 PST 2023


michaelplatings created this revision.
michaelplatings added a reviewer: phosek.
Herald added a subscriber: abidh.
Herald added a project: All.
michaelplatings requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay.
Herald added a project: clang.

This enables layering baremetal multilibs on top of each other.
For example a multilib containing only a no-exceptions libc++ could be
layered on top of a multilib containing C libs. This avoids the need
to duplicate the C library for every libc++ variant.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143075

Files:
  clang/lib/Driver/ToolChains/BareMetal.cpp
  clang/lib/Driver/ToolChains/BareMetal.h
  clang/test/Driver/Inputs/baremetal_multilib/multilib.yaml
  clang/test/Driver/baremetal-multilib.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143075.493947.patch
Type: text/x-patch
Size: 9667 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230201/7a8ffe1f/attachment-0001.bin>


More information about the cfe-commits mailing list