]> granicus.if.org Git - clang/commit
Driver: refactor SSP argument handling (NFC)
authorSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 29 Aug 2017 23:59:08 +0000 (23:59 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 29 Aug 2017 23:59:08 +0000 (23:59 +0000)
commita4c684df775ff90849b35de107c703f853ff60c2
tree2f62a20a92aebc5fadf119e6d16e37499cbba1c4
parentfb4868312dc83ddf28511c15a6f3f8844d146641
Driver: refactor SSP argument handling (NFC)

Out-of-line the SSP argument handling for the sake of readability.  Pass
along some state information to avoid re-computing the command line
flags.

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