]> granicus.if.org Git - clang/commit
Remove Driver::UseStdLib.
authorNico Weber <nicolasweber@gmx.de>
Sun, 23 Jul 2017 16:31:47 +0000 (16:31 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sun, 23 Jul 2017 16:31:47 +0000 (16:31 +0000)
commit806f85a1c602e8e4c739ac743d645d2369b46a5c
tree3f2da9d3c61c63e48c51529a40901fdb7365575b
parentd335cdfa54185fe1f916fc8618e78122d13ea1b4
Remove Driver::UseStdLib.

All but one place are checking options::OPT_nostdlib instead of looking at
this field, so convert that one other place to doing that as well.

No behavior change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308848 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Driver.h
lib/Driver/Driver.cpp
lib/Driver/ToolChains/NetBSD.cpp