[libcxx-commits] [PATCH] D106009: [runtimes] Don't set TARGET_TRIPLE in the runtimes

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 14 12:58:52 PDT 2021


ldionne created this revision.
Herald added subscribers: libcxx-commits, mgorny.
Herald added a project: libunwind.
Herald added a reviewer: libunwind.
ldionne requested review of this revision.
Herald added projects: libc++, libc++abi.
Herald added a reviewer: libc++.
Herald added a reviewer: libc++abi.

Instead of setting TARGET_TRIPLE ourselves in the runtimes, use it to
populate the various XXXX_TARGET_TRIPLE variables for each runtime
project.

This re-applies 77396bbc98 <https://reviews.llvm.org/rG77396bbc981a96e22eae9f0bc79a7d55316501c1> and 5099e01568 <https://reviews.llvm.org/rG5099e0156818665ae5381337f64ca68d659e0556>, which were reverted in
850b57c5fbe <https://reviews.llvm.org/rG850b57c5fbe7b44d18c9667bb31adfbe307453a6> because they broke the build.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106009

Files:
  libcxx/CMakeLists.txt
  libcxx/lib/abi/CMakeLists.txt
  libcxx/test/CMakeLists.txt
  libcxxabi/CMakeLists.txt
  libcxxabi/test/CMakeLists.txt
  libunwind/CMakeLists.txt
  libunwind/test/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106009.358708.patch
Type: text/x-patch
Size: 4666 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210714/8990b437/attachment.bin>


More information about the libcxx-commits mailing list