]> granicus.if.org Git - clang/commit
Driver: unify addClangRT{Linux,Windows}
authorSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 30 Dec 2014 02:10:36 +0000 (02:10 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 30 Dec 2014 02:10:36 +0000 (02:10 +0000)
commit43e0fd173c5925b461d9f84b92539a74a794ee12
tree7f9fa4f0e704490f3876ff089249ba23d72731f8
parentb4e9000961eb9c45e324b3cb93d4687d0c6e8ed0
Driver: unify addClangRT{Linux,Windows}

The differences are pretty superficial:
- .lib vs .a extensions
- whether or not to link (potentially) incorrectly against libgcc_s

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224975 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp