Implicitly getting a new option by linking to support.o instead of support.a
authorChris Lattner <sabre@nondot.org>
Sun, 11 Jul 2004 01:04:33 +0000 (01:04 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 11 Jul 2004 01:04:33 +0000 (01:04 +0000)
commit13a253aae77594bb3fd804417e4aa3d4ffe0229b
tree6a52d1d5c7bd7df786b747b2cb12b414ec9bac32
parent170d3af55254f1c5c668f285514f9d41affc1428
Implicitly getting a new option by linking to support.o instead of support.a
is a bad idea.  Make tools that want the option #include PluginSupport.h
explicitly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14738 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/PluginLoader.cpp