[PATCH] D52193: RFC: [clang] Multithreaded compilation support -- NOT FOR SUBMIT

Angus Hewlett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 17 03:47:28 PDT 2019


angushewlett added a comment.

In D52193#1457612 <https://reviews.llvm.org/D52193#1457612>, @aganea wrote:

> 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?


They're issued in the right order, but the second doesn't wait for the first to complete.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D52193/new/

https://reviews.llvm.org/D52193





More information about the llvm-commits mailing list