commit | 68e081d606c7e80baa01400a738e118d7bb165b2 | [log] [tgz] |
---|---|---|
author | David Blaikie <dblaikie@gmail.com> | Tue Dec 20 02:48:34 2011 +0000 |
committer | David Blaikie <dblaikie@gmail.com> | Tue Dec 20 02:48:34 2011 +0000 |
tree | 9fdaa34f1b6e1b85648e91e4358cafd942254872 | |
parent | f96d0ade79b2f88922a39428105b5ea11921636a [diff] [blame] |
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch llvm-svn: 146959
diff --git a/clang/lib/Driver/ToolChains.cpp b/clang/lib/Driver/ToolChains.cpp index 728255e..b53f2d3 100644 --- a/clang/lib/Driver/ToolChains.cpp +++ b/clang/lib/Driver/ToolChains.cpp
@@ -192,6 +192,8 @@ return Triple.getTriple(); } +void Generic_ELF::anchor() {} + Tool &Darwin::SelectTool(const Compilation &C, const JobAction &JA, const ActionList &Inputs) const { Action::ActionClass Key;