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

Takuto Ikuta via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 29 17:48:18 PDT 2018


takuto.ikuta added a comment.

GetExecutablePath is called here.
http://llvm-cs.pcc.me.uk/tools/clang/tools/driver/driver.cpp#427

You'll understand what I said if you see the behavior of clang-cl on windows.



================
Comment at: test/Driver/cl-options.c:595
+// RUN:     -no-canonical-prefixes \
+// RUN:     -fno-coverage-mapping \
 // RUN:     --version \
----------------
Is this related to this change?


https://reviews.llvm.org/D47480





More information about the cfe-commits mailing list