summaryrefslogtreecommitdiffstats
path: root/clang/cmake/caches/Fuchsia.cmake
diff options
context:
space:
mode:
authorPetr Hosek <phosek@google.com>2019-11-19 19:56:54 -0800
committerPetr Hosek <phosek@google.com>2019-11-21 16:02:26 -0800
commit68a3a3b28130ff055159632e8f94ef87fa8cba45 (patch)
tree3424babe04ed60522533fced3d153e022cacbe9a /clang/cmake/caches/Fuchsia.cmake
parent46c7fc22cfb14a5b4445261c3ae849242f4d2ff9 (diff)
downloadbcm5719-llvm-68a3a3b28130ff055159632e8f94ef87fa8cba45.tar.gz
bcm5719-llvm-68a3a3b28130ff055159632e8f94ef87fa8cba45.zip
[Clang] Enable RISC-V support for Fuchsia
We don't have a full sysroot yet, so for now we only include compiler support and compiler-rt builtins, the rest of the runtimes will get enabled later. Differential Revision: https://reviews.llvm.org/D70477
Diffstat (limited to 'clang/cmake/caches/Fuchsia.cmake')
-rw-r--r--clang/cmake/caches/Fuchsia.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/cmake/caches/Fuchsia.cmake b/clang/cmake/caches/Fuchsia.cmake
index 607bf0b0776..97e272db4aa 100644
--- a/clang/cmake/caches/Fuchsia.cmake
+++ b/clang/cmake/caches/Fuchsia.cmake
@@ -1,6 +1,6 @@
# This file sets up a CMakeCache for a Fuchsia toolchain build.
-set(LLVM_TARGETS_TO_BUILD X86;ARM;AArch64 CACHE STRING "")
+set(LLVM_TARGETS_TO_BUILD X86;ARM;AArch64;RISCV CACHE STRING "")
set(PACKAGE_VENDOR Fuchsia CACHE STRING "")
OpenPOWER on IntegriCloud