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:
parent
c42f95186d
commit
384d4e4a01
@ -1,5 +1,6 @@
|
||||
import("//llvm/utils/TableGen/tablegen.gni")
|
||||
|
||||
# Generates AArch64GenSystemOperands.inc
|
||||
tablegen("AArch64GenSystemOperands") {
|
||||
visibility = [ ":Utils" ]
|
||||
args = [ "-gen-searchable-tables" ]
|
||||
|
@ -1,5 +1,6 @@
|
||||
import("//llvm/utils/TableGen/tablegen.gni")
|
||||
|
||||
# Generates ARMGenSystemRegister.inc
|
||||
tablegen("ARMGenSystemRegister") {
|
||||
visibility = [ ":Utils" ]
|
||||
args = [ "-gen-searchable-tables" ]
|
||||
|
@ -1,5 +1,6 @@
|
||||
import("//llvm/utils/TableGen/tablegen.gni")
|
||||
|
||||
# Generates RISCVGenSystemOperands.inc
|
||||
tablegen("RISCVGenSystemOperands") {
|
||||
visibility = [ ":Utils" ]
|
||||
args = [ "-gen-searchable-tables" ]
|
||||
|
Loading…
Reference in New Issue
Block a user