]> granicus.if.org Git - clang/commit
Split isUsingLTO() outside of embedBitcodeInObject() and embedBitcodeMarkerOnly().
authorMehdi Amini <mehdi.amini@apple.com>
Tue, 24 Jan 2017 18:12:25 +0000 (18:12 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Tue, 24 Jan 2017 18:12:25 +0000 (18:12 +0000)
commitdaa33c46715aae61b444b42f560860a17eb34062
tree97b6550c99f95f120a1fd3626771be58efebb93e
parenta2f29f7c81a466a15dc70580a81664ceba37e008
Split isUsingLTO() outside of embedBitcodeInObject() and embedBitcodeMarkerOnly().

Summary: These accessors maps directly to the command line option.

Reviewers: steven_wu

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D29065

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