aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2011-12-01 08:00:17 +0000
committerDavid Blaikie <dblaikie@gmail.com>2011-12-01 08:00:17 +0000
commit0becc96b243da058f6d8901128b173d192db5148 (patch)
tree102944ebf9009fb62a777baf2934d3172b6c022d /lib/Support
parent522fb8cc01da6367c1c0fa52c1fcee7b133bfb34 (diff)
downloadexternal_llvm-0becc96b243da058f6d8901128b173d192db5148.zip
external_llvm-0becc96b243da058f6d8901128b173d192db5148.tar.gz
external_llvm-0becc96b243da058f6d8901128b173d192db5148.tar.bz2
Add some missing anchors.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145578 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support')
-rw-r--r--lib/Support/CommandLine.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Support/CommandLine.cpp b/lib/Support/CommandLine.cpp
index 4b43ae9..ce93449 100644
--- a/lib/Support/CommandLine.cpp
+++ b/lib/Support/CommandLine.cpp
@@ -57,6 +57,9 @@ TEMPLATE_INSTANTIATION(class opt<char>);
TEMPLATE_INSTANTIATION(class opt<bool>);
} } // end namespace llvm::cl
+void GenericOptionValue::anchor() {}
+void OptionValue<boolOrDefault>::anchor() {}
+void OptionValue<std::string>::anchor() {}
void Option::anchor() {}
void basic_parser_impl::anchor() {}
void parser<bool>::anchor() {}