Make -fno-math-builtin a cc1 option
authorMatthew Simpson <mssimpso@codeaurora.org>
Sun, 7 Feb 2016 17:14:03 +0000 (17:14 +0000)
committerMatthew Simpson <mssimpso@codeaurora.org>
Sun, 7 Feb 2016 17:14:03 +0000 (17:14 +0000)
commit57b627b41cb716e9d2653839be57e5b7b3208781
tree486d88ad95af8f37fe0da228a81939769d22ea5f
parent9165df129e2d5663b3249c74fad9af677e7c80ef
Make -fno-math-builtin a cc1 option

This patch makes -fno-math-builtin a frontend only option instead of a driver
option. The appropriate test case was committed in r186899 when the flag was
introduced. This should fix PR26317.

Contributed-by: Frank Herrmann <fgh@4gh.tv>
llvm-svn: 260044
clang/include/clang/Driver/CC1Options.td
clang/include/clang/Driver/Options.td