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.
Paths
| Differential D56204
[gn build] Add build files for bugpoint-passes and LLVMHello plugins ClosedPublic Authored by thakis on Jan 2 2019, 9:23 AM.
Details Summary 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.
Diff Detail
Event Timelinethakis added a child revision: D56195: [gn build] Add check-llvm target and make it work.Jan 2 2019, 9:23 AM This revision is now accepted and ready to land.Jan 2 2019, 9:30 AM Closed by commit rL350234: [gn build] Add build files for bugpoint-passes and LLVMHello plugins (authored by nico). · Explain WhyJan 2 2019, 9:42 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 179874 llvm/trunk/utils/gn/secondary/BUILD.gn
llvm/trunk/utils/gn/secondary/llvm/include/llvm/IR/BUILD.gn
llvm/trunk/utils/gn/secondary/llvm/lib/IR/BUILD.gn
llvm/trunk/utils/gn/secondary/llvm/lib/Transforms/Hello/BUILD.gn
llvm/trunk/utils/gn/secondary/llvm/tools/bugpoint-passes/BUILD.gn
|