1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

gn build: Leave a comment why "-gen-searchable-table" tablegen()s are not called FooGenSearchableTable

llvm-svn: 367971
This commit is contained in:
Nico Weber 2019-08-06 02:21:50 +00:00
parent c42f95186d
commit 384d4e4a01
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import("//llvm/utils/TableGen/tablegen.gni")
# Generates AArch64GenSystemOperands.inc
tablegen("AArch64GenSystemOperands") {
visibility = [ ":Utils" ]
args = [ "-gen-searchable-tables" ]

View File

@ -1,5 +1,6 @@
import("//llvm/utils/TableGen/tablegen.gni")
# Generates ARMGenSystemRegister.inc
tablegen("ARMGenSystemRegister") {
visibility = [ ":Utils" ]
args = [ "-gen-searchable-tables" ]

View File

@ -1,5 +1,6 @@
import("//llvm/utils/TableGen/tablegen.gni")
# Generates RISCVGenSystemOperands.inc
tablegen("RISCVGenSystemOperands") {
visibility = [ ":Utils" ]
args = [ "-gen-searchable-tables" ]