[PATCH] D52193: RFC: [clang] Multithreaded compilation support -- NOT FOR SUBMIT
Alexandre Ganea via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 7 06:19:42 PDT 2019
aganea added a comment.
That is strange. As you can’t mix /Yc and /Yu on the command line, MSBuild should issue two different calls to clang-cl, one with /Yc and one /Yu /MP. Can you check with ProcMon that commands are issued in the right order?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D52193/new/
https://reviews.llvm.org/D52193
More information about the cfe-commits
mailing list