[gn build] Add build files for bugpoint-passes and LLVMHello plugins
authorNico Weber <nicolasweber@gmx.de>
Wed, 2 Jan 2019 17:38:22 +0000 (17:38 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 2 Jan 2019 17:38:22 +0000 (17:38 +0000)
commita57ffac7c8e5df5b63a55574849a4607a4af1325
tree4947fe19df801921d2a1379986b98289e3152f60
parent3d25e8d9f8e2798f5aaa2add7ab63303c4721a66
[gn build] Add build files for bugpoint-passes and LLVMHello plugins

These two plugins are loaded into a host process that contains all LLVM
symbols, so they don't link against anything. This required minor readjustments
to the tablegen() setup of IR.

Needed for check-llvm.

Differential Revision: https://reviews.llvm.org/D56204

llvm-svn: 350234
llvm/utils/gn/secondary/BUILD.gn
llvm/utils/gn/secondary/llvm/include/llvm/IR/BUILD.gn
llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn
llvm/utils/gn/secondary/llvm/lib/Transforms/Hello/BUILD.gn [new file with mode: 0644]
llvm/utils/gn/secondary/llvm/tools/bugpoint-passes/BUILD.gn [new file with mode: 0644]