[PATCH] D48563: [CMake] Use explicit targets for building Linux runtimes

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 25 13:10:57 PDT 2018


phosek created this revision.
phosek added a reviewer: mcgrathr.
Herald added subscribers: cfe-commits, mgorny.

Previously we were using default logic when building Linux runtimes
in Fuchsia toolchain, but that leads to various issues due to how
the CMake logic in compiler-rt for determining the platform support
is implemented. With this change, we will use explicit target for
every provided Linux sysroot.


Repository:
  rC Clang

https://reviews.llvm.org/D48563

Files:
  clang/cmake/caches/Fuchsia-stage2.cmake

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48563.152759.patch
Type: text/x-patch
Size: 9383 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180625/2d3f1f73/attachment.bin>


More information about the cfe-commits mailing list