]> granicus.if.org Git - clang/commit
Revision r280064 adds new options -fdenormal-fp-math and passes through option
authorSjoerd Meijer <sjoerd.meijer@arm.com>
Wed, 31 Aug 2016 12:31:03 +0000 (12:31 +0000)
committerSjoerd Meijer <sjoerd.meijer@arm.com>
Wed, 31 Aug 2016 12:31:03 +0000 (12:31 +0000)
commit9f5b323fbeba4646abbafb5de76aedddcd504e7e
tree6d4335a22eba05faae7f8802010ab1fdc1663016
parent5e9401c9f72c69fc9a70b4ea7250ce19606fee4e
Revision r280064 adds new options -fdenormal-fp-math and passes through option
-ffast-math to CC1, but it included a wrong llvm regression tests which was
removed in r280065.  Although regression test noexceptionsfpmath.c makes sure
-fno-trapping-math ends up as a function attribute, this adds a test that
explicitly checks the driver output for -fno-trapping-math.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280227 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/fast-math.c