[libcxx-commits] [PATCH] D89013: [libcxx] Support per-target __config in per-target runtime build

Petr Hosek via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 7 15:18:05 PDT 2020


phosek created this revision.
phosek added a reviewer: ldionne.
Herald added subscribers: libcxx-commits, cfe-commits, s.egerton, dexonsmith, simoncook, mgorny.
Herald added projects: clang, libc++.
Herald added a reviewer: libc++.
phosek requested review of this revision.

When using the per-target runtime build, it may be desirable to have
different __config headers for each target where all targets cannot
share a single configuration.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D89013

Files:
  clang/lib/Driver/ToolChains/Fuchsia.cpp
  clang/lib/Driver/ToolChains/Gnu.cpp
  clang/test/Driver/fuchsia.cpp
  clang/test/Driver/linux-header-search.cpp
  libcxx/CMakeLists.txt
  libcxx/include/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89013.296815.patch
Type: text/x-patch
Size: 9136 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201007/59d69caa/attachment-0001.bin>


More information about the libcxx-commits mailing list