[gn build] Manually merge 40659cd
authorHans Wennborg <hans@chromium.org>
Tue, 1 Dec 2020 10:14:48 +0000 (11:14 +0100)
committerHans Wennborg <hans@chromium.org>
Tue, 1 Dec 2020 10:15:05 +0000 (11:15 +0100)
llvm/utils/gn/secondary/llvm/lib/Target/RISCV/Utils/BUILD.gn

index 2b5a2c2..5bce835 100644 (file)
@@ -1,7 +1,7 @@
 import("//llvm/utils/TableGen/tablegen.gni")
 
-# Generates RISCVGenSystemOperands.inc
-tablegen("RISCVGenSystemOperands") {
+# Generates RISCVGenSearchableTables.inc
+tablegen("RISCVGenSearchableTables") {
   visibility = [ ":Utils" ]
   args = [ "-gen-searchable-tables" ]
   td_file = "../RISCV.td"
@@ -9,7 +9,7 @@ tablegen("RISCVGenSystemOperands") {
 
 static_library("Utils") {
   output_name = "LLVMRISCVUtils"
-  public_deps = [ ":RISCVGenSystemOperands" ]
+  public_deps = [ ":RISCVGenSearchableTables" ]
   deps = [
     "//llvm/lib/MC",
     "//llvm/lib/Support",