This is an archive of the discontinued LLVM Phabricator instance.

[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

Repository
rL LLVM

Event Timeline

thakis created this revision.Jan 2 2019, 9:23 AM
phosek accepted this revision.Jan 2 2019, 9:30 AM

LGTM

This revision is now accepted and ready to land.Jan 2 2019, 9:30 AM
This revision was automatically updated to reflect the committed changes.