vzakhari added a comment.
Herald added a project: LLVM.

It does not work on Windows (msbuild) for me, because `${pathlist_escaped}` 
contains paths like `%(build_mode)s/bin` (caused by `set_llvm_build_mode`).  
This seems to break something so that `python` process does not produce any 
output at all: I checked both `OUTPUT_VARIABLE` and `ERROR_VARIABLE` and they 
were empty on any invocation of `execute_process`.  @thakis, do you have any 
ideas what might be wrong?

FWIW, the code does not seem to work as expected for multi-configuration 
environments, since the `%(build_mode)` substitution is not done yet and the 
paths are not real filesystem paths.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77184



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D77184: Make i... Vyacheslav Zakharin via Phabricator via cfe-commits

Reply via email to