[CMake] Update Fuchsia build configuration
authorPetr Hosek <phosek@google.com>
Thu, 24 Oct 2019 23:24:00 +0000 (16:24 -0700)
committerPetr Hosek <phosek@google.com>
Thu, 24 Oct 2019 23:35:29 +0000 (16:35 -0700)
commit7fff716ec4741f84358a977ddf0cd5ccf448d5c5
treef7aa482d8769788d40b01113bd348ce4b9305233
parent0c3921e7b9a821b4faa6b75f6b8a10f96b5678a8
[CMake] Update Fuchsia build configuration

This includes several changes to our toolchain build:
- Switch from RelWithDebInfo to Release as we don't currently use the
  debug info and therefore don't need to produce it.
- Disable unwind tables since we don't need them.
- Disable Clang static analyzer and ARCMT since we don't use it.
- Disable Go tests since we don't distribute Go bindings.
- Set the deployment target for macOS to 10.7 to make the toolchain
  usable on older systems.
- Restrict the targets we build runtimes for on Darwin only the ones
  we actually need.
- Drop llc and opt from the distribution since we don't need them.

Differential Revision: https://reviews.llvm.org/D69415
clang/cmake/caches/Fuchsia-stage2.cmake
clang/cmake/caches/Fuchsia.cmake