]> granicus.if.org Git - clang/commit
Guard flag –fdenormal-fp-math with –fno-fast-math.
authorSjoerd Meijer <sjoerd.meijer@arm.com>
Thu, 13 Oct 2016 13:22:01 +0000 (13:22 +0000)
committerSjoerd Meijer <sjoerd.meijer@arm.com>
Thu, 13 Oct 2016 13:22:01 +0000 (13:22 +0000)
commitdcaaba5511a3a3b60e4a7a3a65db8051b366906a
tree01419cef69d916f322116357cbf8e9bbe9974b02
parenta994aad333a56b8c9dd49bcfb5090a393d193387
Guard flag –fdenormal-fp-math with –fno-fast-math.
This allows disabling the FP options with just one flag (-fno-fast-math).

Differential Revision: https://reviews.llvm.org/D25479

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284121 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/denormal-fp-math.c