]> granicus.if.org Git - llvm/commit
gn build: Fewer dependencies in llvm/lib/Target
authorNico Weber <nicolasweber@gmx.de>
Mon, 13 May 2019 16:59:43 +0000 (16:59 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 13 May 2019 16:59:43 +0000 (16:59 +0000)
commite9f95ddc4ed13aa1ca8cc09c494db4bcedf73892
tree6730b99fc4c8edcf70944ac6328b47ddf290f9b6
parent8b49915aa9f007628674a4aa5d53faf640e6d50c
gn build: Fewer dependencies in llvm/lib/Target

The tablegen groups only need public_deps for inc files included
(possibly transitively) in other targets. Move inc files that are
internan to the MCTargetDesc libraries into regular deps.

Related to the changes that merged InstPrinter into MCTargetDesc
(360484, 360486 etc).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360600 91177308-0d34-0410-b5e6-96231b3b80d8
utils/gn/secondary/llvm/lib/Target/AArch64/MCTargetDesc/BUILD.gn
utils/gn/secondary/llvm/lib/Target/ARM/MCTargetDesc/BUILD.gn
utils/gn/secondary/llvm/lib/Target/BPF/MCTargetDesc/BUILD.gn
utils/gn/secondary/llvm/lib/Target/PowerPC/MCTargetDesc/BUILD.gn
utils/gn/secondary/llvm/lib/Target/WebAssembly/MCTargetDesc/BUILD.gn
utils/gn/secondary/llvm/lib/Target/X86/MCTargetDesc/BUILD.gn