[PATCH] D60926: [CMake] Replace the sanitizer support in runtimes build with multilib

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 19 16:27:45 PDT 2019


phosek created this revision.
phosek added reviewers: beanz, smeenai.
Herald added subscribers: llvm-commits, cfe-commits, mgorny.
Herald added projects: clang, LLVM.
phosek updated this revision to Diff 195934.

This is a more generic solution; while the sanitizer support can be used
only for sanitizer instrumented builds, the multilib support can be used
to build other variants such as noexcept which is what we would like to use
in Fuchsia.

The name CMake target name uses the target name, same as for the regular
runtimes build and the name of the multilib, concatenated with '+'. The
libraries are installed in a subdirectory named after the multilib.


https://reviews.llvm.org/D60926

Files:
  clang/cmake/caches/Fuchsia-stage2.cmake
  llvm/runtimes/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60926.195934.patch
Type: text/x-patch
Size: 5288 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190419/68a7e5df/attachment.bin>


More information about the llvm-commits mailing list