[PATCH] D45835: Add new driver mode for dumping compiler options

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 31 07:01:36 PDT 2018


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





More information about the cfe-commits mailing list