aaron.ballman closed this revision. aaron.ballman marked 4 inline comments as done. aaron.ballman added a comment.
Committed in r333653. ================ Comment at: test/Frontend/compiler-options-dump.cpp:3 +// RUN: %clang_cc1 -compiler-options-dump -std=c++17 %s -o - | FileCheck %s --check-prefix=CXX17 +// RUN: %clang_cc1 -compiler-options-dump -std=c99 -ffast-math -x c %s -o - | FileCheck %s --check-prefix=C99 + ---------------- aaron.ballman wrote: > hfinkel wrote: > > You don't need -ffast-math here I presume. > Correct, I'll drop from the commit (or in the next patch). I dropped this from the commit. https://reviews.llvm.org/D45835 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits