Move command line options to the users of libLTO. Fixes --enable-shared build.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 30 Sep 2013 16:39:19 +0000 (16:39 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 30 Sep 2013 16:39:19 +0000 (16:39 +0000)
commitc13c9e5a9d288eac494a38f0710d34446167f940
tree9963870fcea50321766abe308393c6f996187897
parent4b5205d2a3e0df909f29de0bff8ea775ad21fe0f
Move command line options to the users of libLTO. Fixes --enable-shared build.

Patch by Richard Sandiford.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191680 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/LTO/LTOCodeGenerator.h
include/llvm/LTO/LTOModule.h
lib/LTO/LTOCodeGenerator.cpp
lib/LTO/LTOModule.cpp
tools/llvm-lto/llvm-lto.cpp
tools/lto/lto.cpp