]> granicus.if.org Git - clang/commit
Driver: move `-mfpmath` into FP Options (NFC)
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 3 Sep 2017 04:46:57 +0000 (04:46 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 3 Sep 2017 04:46:57 +0000 (04:46 +0000)
commit7f0c40eae1dc06c239fc49f1723ae9388ba391bd
treec7c247dac6a4a89214a4483fa152d4f62bcae6eb
parent48231c128c697271508e83b487d436a071e62f09
Driver: move `-mfpmath` into FP Options (NFC)

Move the `-mfpmath` handling with the rest of the floating point
optimization flags.

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