]> granicus.if.org Git - clang/commit
[Driver] Enable --rtlib option for MSVC target
authorAndrey Turetskiy <andrey.turetskiy@gmail.com>
Mon, 14 Mar 2016 11:19:43 +0000 (11:19 +0000)
committerAndrey Turetskiy <andrey.turetskiy@gmail.com>
Mon, 14 Mar 2016 11:19:43 +0000 (11:19 +0000)
commitb29b9c62e741646940645d8a5a1be9cdf3ece24a
treee2c4e066345bcf3479451a23a425a53654d2705b
parent2867db529d8d9fb929fc898f8c5b47f952940646
[Driver] Enable --rtlib option for MSVC target

This enables "--rtlib compiler-rt" option under MSVC environment.

Patch by Roman Shirokiy.

Differential Revision: http://reviews.llvm.org/D17453

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263422 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/msvc-compiler-rt.c [new file with mode: 0644]
test/Driver/nostdlib.c