]> granicus.if.org Git - clang/commit
Driver: hoist `-mlimit-float-precision` (NFC)
authorSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 18 Sep 2018 21:12:39 +0000 (21:12 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 18 Sep 2018 21:12:39 +0000 (21:12 +0000)
commit51fd40c31f7573cb6fd3e9169528e25076bc3b15
tree788ea72acfb329b02c7474ca8e1756cc8c6224a1
parentd361d13e84d7fdca84528649cabdb23e2e48d091
Driver: hoist `-mlimit-float-precision` (NFC)

Move the floating point argument handling into the RenderFloatingPointOptions
helper.  This relocation just puts the floating point related options into a
single location.

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