From 68a3a3b28130ff055159632e8f94ef87fa8cba45 Mon Sep 17 00:00:00 2001 From: Petr Hosek Date: Tue, 19 Nov 2019 19:56:54 -0800 Subject: [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 --- clang/cmake/caches/Fuchsia.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/cmake/caches/Fuchsia.cmake') 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 "") -- cgit v1.2.3