This is an archive of the discontinued LLVM Phabricator instance.

[llgo] build llgoi by default
ClosedPublic

Authored by axw on Jul 17 2015, 3:43 AM.

Details

Summary

As llgoi is installed, it must be built or the install
target will fail; there is no implicit dependency.
Adding llgoi to "ALL" makes building llgo as part of an
entire LLVM distribution a bit friendlier: you can then
just do the typical "make && make install".

Diff Detail

Event Timeline

axw updated this revision to Diff 29989.Jul 17 2015, 3:43 AM
axw retitled this revision from to [llgo] build llgoi by default.
axw updated this object.
axw added a reviewer: pcc.
axw added a subscriber: llvm-commits.
pcc accepted this revision.Jul 17 2015, 3:49 AM
pcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jul 17 2015, 3:49 AM
axw closed this revision.Jul 20 2015, 5:47 PM