Hi Rafael, There were some stray changes (see below) that didn't look like part of the same request.
Otherwise, patch looks good to me, though you might get a response from a Clang folk to commit. ================ Comment at: include/clang/Driver/Options.td:1439 @@ -1439,1 +1438,3 @@ + Group<clang_ignored_f_Group>, + HelpText<"Place debug types in their own section (ELF Only)">; defm eliminate_unused_debug_types : BooleanFFlag<"eliminate-unused-debug-types">, Group<clang_ignored_f_Group>; ---------------- Is this related to the issue at hand? ================ Comment at: test/Driver/gfortran.f90:106 @@ -105,3 +105,2 @@ ! RUN: -fstack-arrays \ -! RUN: -fsyntax-only \ ! RUN: -funderscoring \ ---------------- Is this related to the issue at hand? http://llvm-reviews.chandlerc.com/D2032 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
