[PATCH] D47480: clang-cl: Expose -no-canonical-prefixes

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 30 11:34:16 PDT 2018


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm



================
Comment at: test/Driver/cl-options.c:595
+// RUN:     -no-canonical-prefixes \
+// RUN:     -fno-coverage-mapping \
 // RUN:     --version \
----------------
takuto.ikuta wrote:
> Is this related to this change?
It's a test for a previous change that I made.


https://reviews.llvm.org/D47480





More information about the cfe-commits mailing list