1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

gn build: Merge r353957.

llvm-svn: 353980
This commit is contained in:
Peter Collingbourne 2019-02-13 21:03:23 +00:00
parent 99a3eaf486
commit 91b33a7106

View File

@ -1,5 +1,11 @@
import("//llvm/utils/TableGen/tablegen.gni")
tablegen("AArch64GenAsmMatcher") {
visibility = [ ":LLVMAArch64CodeGen" ]
args = [ "-gen-asm-matcher" ]
td_file = "AArch64.td"
}
tablegen("AArch64GenCallingConv") {
visibility = [ ":LLVMAArch64CodeGen" ]
args = [ "-gen-callingconv" ]
@ -38,6 +44,7 @@ tablegen("AArch64GenRegisterBank") {
static_library("LLVMAArch64CodeGen") {
deps = [
":AArch64GenAsmMatcher",
":AArch64GenCallingConv",
":AArch64GenDAGISel",
":AArch64GenFastISel",