[Driver] Make sure -fno-math-builtin option is being passed by the driver.
authorChad Rosier <mcrosier@codeaurora.org>
Tue, 26 Jan 2016 15:52:05 +0000 (15:52 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Tue, 26 Jan 2016 15:52:05 +0000 (15:52 +0000)
commit17d2e8789cce457db238058c824796b34e56a473
treead93848f8862da520f4bc11f238b6b27659c3517
parent38fd54edc52bea22739fde8639b2ac1ffaeca425
[Driver] Make sure -fno-math-builtin option is being passed by the driver.

Support for the -fno-math-builtin option was added in r186899.  The codegen side
is being tested in test/CodeGen/nomathbuiltin.c.  The missing part was just
passing the option through the driver.

PR26317

llvm-svn: 258814
clang/lib/Driver/Tools.cpp
clang/test/CodeGen/nomathbuiltin.c
clang/test/Driver/clang_f_opts.c