]> granicus.if.org Git - clang/commit
Driver; extract target specific option application (NFC)
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 3 Sep 2017 04:47:00 +0000 (04:47 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 3 Sep 2017 04:47:00 +0000 (04:47 +0000)
commit3c2d979f2f63e55ba81da21814ab6451aa26c117
tree76f5d1432c618998ee5b3f8e66df4d53b8f375ca
parent0cbb67a48f439e69db83635fd3ba0e78b2e7a2a9
Driver; extract target specific option application (NFC)

Extract the target specific option application.  This is a huge switch
which was inlined into the `ConstructJob` option which adds a large
amount of code to the already large function.  Extract it to simply
reduce the line count.  NFC

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