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)
commitd81be6d66431d2802a16656a4a3d40fd93e4b433
tree39f36feac3626744a68d8c31a770e62ced195531
parent537b4a8159fc07709b9cb4b8c4e65c6deae358b3
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.

llvm-svn: 234851
llvm/include/llvm/LinkAllPasses.h