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)
commit258e4f6e4c2ae0877a41438b2cabaccb5a262c05
tree9c016d393c66a4aeb1a051f369e006b070f0199d
parent73c39c03283085438b92586b77a4c7fdfcf837f8
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.

llvm-svn: 342512
clang/lib/Driver/ToolChains/Clang.cpp