]> granicus.if.org Git - clang/commit
Driver: Use the compile time linker version as the default for -mlinker-version,
authorDaniel Dunbar <daniel@zuster.org>
Thu, 12 Aug 2010 00:05:12 +0000 (00:05 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 12 Aug 2010 00:05:12 +0000 (00:05 +0000)
commita77a723489b0cff63bf90f23416e10b8b6fc1f55
treea217d02e1fea527ce0299987760f74f7aac29bb7
parentdabc3e90cc385214a53064d8c44edbece9891ddf
Driver: Use the compile time linker version as the default for -mlinker-version,
if detected.
 - This is a hack, we really want the linker version at execution time, but we
   don't have any infrastructure for getting that. Yet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110886 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Driver/Driver.cpp