Add external definitions for commonly-used template specializations and add
authorChris Lattner <sabre@nondot.org>
Sun, 27 Aug 2006 12:45:47 +0000 (12:45 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Aug 2006 12:45:47 +0000 (12:45 +0000)
commit7422a761008ef63152417c5e69ddc31252fb6b10
treeebb58495e8af383d095b34eb70f6a39bdc0c7208
parent0c0cc92762bdf34f26762eeaf66f6f8791428db5
Add external definitions for commonly-used template specializations and add
anchor methods to others.  This eliminates the vtable/template method bloat
in .o files that defining a cl::opt used to impose (~4K per .o file for one
cp::opt<unsigned>).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29909 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/CommandLine.h
lib/Support/CommandLine.cpp