[PATCH] D36538: Remove RISCV from LLVM_ALL_TARGETS in CMakeLists.txt

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 13 11:50:28 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL310796: Remove RISCV from LLVM_ALL_TARGETS in CMakeLists.txt (authored by asb).

Changed prior to commit:
  https://reviews.llvm.org/D36538?vs=110446&id=110881#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D36538

Files:
  llvm/trunk/CMakeLists.txt


Index: llvm/trunk/CMakeLists.txt
===================================================================
--- llvm/trunk/CMakeLists.txt
+++ llvm/trunk/CMakeLists.txt
@@ -309,6 +309,7 @@
 set(LLVM_EXAMPLES_BINARY_DIR ${LLVM_BINARY_DIR}/examples)
 set(LLVM_INCLUDE_DIR ${CMAKE_CURRENT_BINARY_DIR}/include)
 
+# List of all targets to be built by default:
 set(LLVM_ALL_TARGETS
   AArch64
   AMDGPU
@@ -320,7 +321,6 @@
   MSP430
   NVPTX
   PowerPC
-  RISCV
   Sparc
   SystemZ
   X86


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36538.110881.patch
Type: text/x-patch
Size: 477 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170813/d0e1e4e9/attachment.bin>


More information about the llvm-commits mailing list