================
@@ -629,6 +655,20 @@ static void addFloatingPointOptions(const Driver &D, const
ArgList &Args,
default:
continue;
+ case options::OPT_fcomplex_arithmetic_EQ: {
----------------
tarunprabhu wrote:I think this can be moved to `CommonArgs.cpp` as well. https://github.com/llvm/llvm-project/pull/146641 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
