LinkAllPasses.h: also link in parts of libLLVMSupport
authorDmitri Gribenko <gribozavr@gmail.com>
Tue, 14 Apr 2015 03:49:53 +0000 (03:49 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Tue, 14 Apr 2015 03:49:53 +0000 (03:49 +0000)
commit32439e7d8822d0d62b3954cc3afe91e5b826db8a
treeeace523bcc8a3d74f00c03ccdcd4649508463565
parent125e3d3959eebc6f4c56fe3863ece3f953c14d4e
LinkAllPasses.h: also link in parts of libLLVMSupport

When a loadable (.so or .dylib) pass is built with assertions enabled and
loaded into the 'opt' tool, we need to ensure that the extra symbols that such
passes depend on are linked into the tool.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234851 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/LinkAllPasses.h