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)
commitf2392f69d5f135c97205b5ef5c3c4d68a95ccfa4
tree4706729a6a75d69ba5a7f91b505f5318076dcab9
parenta6c9744a6ce55ec525834f16de2bc2dedfc65524
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.

llvm-svn: 280227
clang/test/Driver/fast-math.c