[llgo] build llgoi by default
authorAndrew Wilkins <axwalk@gmail.com>
Tue, 21 Jul 2015 00:47:18 +0000 (00:47 +0000)
committerAndrew Wilkins <axwalk@gmail.com>
Tue, 21 Jul 2015 00:47:18 +0000 (00:47 +0000)
commit4a628bb9e1519071e87bee3a4562b60bf61f9fd8
treef84c691c26054856bbe67dab03e149f045057f1a
parent6c1bfa93f50ecac369ac0b892989e913642d5215
[llgo] build llgoi by default

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".

Reviewers: pcc

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D11291

llvm-svn: 242750
llgo/CMakeLists.txt