]> granicus.if.org Git - llvm/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372506 91177308-0d34-0410-b5e6-96231b3b80d8

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

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