[PATCH] D56204: [gn build] Add build files for bugpoint-passes and LLVMHello plugins

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 2 09:23:54 PST 2019


thakis created this revision.
thakis added a reviewer: phosek.
Herald added a subscriber: hiraditya.

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.


https://reviews.llvm.org/D56204

Files:
  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
  llvm/utils/gn/secondary/llvm/tools/bugpoint-passes/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56204.179864.patch
Type: text/x-patch
Size: 4172 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190102/c896e5fc/attachment.bin>


More information about the llvm-commits mailing list