From 75bdfa8ae38599f4cbf5cb8420303bfc81b5ebfa Mon Sep 17 00:00:00 2001 From: Alex Bradbury Date: Wed, 17 Jul 2019 14:32:25 +0000 Subject: [PATCH] [RISCV] Add RISCV to LLVM_ALL_TARGETS so it s built by default This follows the RFC . Follow-on commits will add appropriate release notes changes etc. Pushing this now and in a minimal form so there is reasonable time before 9.0 branches to resolve any issues arising from e.g. the backend being exposed on different sanitizer setups. The current builder for RISC-V is on the staging build-bot , however with the RISCV backend being built by default it won't provide any real additional coverage. We will shortly set up a builder that runs the test-suite in qemu-user. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366331 91177308-0d34-0410-b5e6-96231b3b80d8 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index acebd3feb8b..b8eb19848bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -285,6 +285,7 @@ set(LLVM_ALL_TARGETS MSP430 NVPTX PowerPC + RISCV Sparc SystemZ WebAssembly -- 2.40.0