diff options
author | Daniel Stone <daniels@collabora.com> | 2020-04-14 00:42:50 -0400 |
---|---|---|
committer | Jan Vesely <jano.vesely@gmail.com> | 2020-04-14 10:03:27 -0400 |
commit | 24fad7278a391c6f8af664f4ac691c1719008a09 (patch) | |
tree | 7de4484e7622d5bb231711561ea09916790b33f6 /lldb/packages/Python/lldbsuite/test | |
parent | cccdd0579b5027d0a21fd2dbc0a6a50330134976 (diff) | |
download | llvm-24fad7278a391c6f8af664f4ac691c1719008a09.zip llvm-24fad7278a391c6f8af664f4ac691c1719008a09.tar.gz llvm-24fad7278a391c6f8af664f4ac691c1719008a09.tar.bz2 |
libclc: Use temporary files rather than a pipe
This is required for using the Ninja backend on Windows, as it passes
commands directly to CreateProcess, and does not allow the shell to
interpret them: https://ninja-build.org/manual.html#ref_rule_command
Using the Visual Studio backend is not possible as attempting to create
a static library target comprised entirely of novel languages not known
to the Visual Studio backend built in to CMake's C++ source will
generate nothing at all.
reviewer: jvesely
Differential Revision: https://reviews.llvm.org/D77165
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions