gn build: Add missing RISCV to llvm_targets_to_build="all"
authorNico Weber <nicolasweber@gmx.de>
Sun, 22 Sep 2019 13:41:38 +0000 (13:41 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sun, 22 Sep 2019 13:41:38 +0000 (13:41 +0000)
llvm-svn: 372506

llvm/utils/gn/secondary/llvm/lib/Target/targets.gni

index 11cbb01..5f84727 100644 (file)
@@ -30,6 +30,7 @@ if (llvm_targets_to_build == "host") {
     "Mips",
     "NVPTX",
     "PowerPC",
+    "RISCV",
     "Sparc",
     "SystemZ",
     "WebAssembly",