FP LangOpts should not be dependent on CGOpt
authorMelanie Blower <melanie.blower@intel.com>
Mon, 11 May 2020 19:29:52 +0000 (12:29 -0700)
committerMelanie Blower <melanie.blower@intel.com>
Mon, 11 May 2020 19:32:35 +0000 (12:32 -0700)
commit01dc694ccb8689a4b4a180da67ed042f85bbcfd5
treeb9df49a73d468ae15f0f664b53a88d8f218efa6a
parent5f730b645d5aee9a7fa93219c89846e0e46c6c2a
FP LangOpts should not be dependent on CGOpt
This bug was observed by Apple since their compiler processes LangOpts and CGOpts in a different order.

Reviewed By: rjmccall

Differential Revision: https://reviews.llvm.org/D79735
clang/lib/Frontend/CompilerInvocation.cpp