[PATCH] [clang-cl] Ignore the /o option when /P is specified.

Greg Bedwell greg_bedwell at sn.scee.net
Mon Jun 8 07:26:18 PDT 2015


Actually, looking at it more I'm not even sure that MSVC supports the '/out:' form except for in the linker.  I think cl.exe may also be interpreting the command line from CMake's cmcldeps as '/o' 'ut:<location>'.  Either way, it is ignored so the behaviour after this patch is correct.


http://reviews.llvm.org/D10313

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list