diff options
author | Shoaib Meenai <smeenai@fb.com> | 2020-01-27 17:04:21 -0800 |
---|---|---|
committer | Shoaib Meenai <smeenai@fb.com> | 2020-01-28 14:36:14 -0800 |
commit | 2e745ba6b0baa1083d64e7363743ba9457ebd187 (patch) | |
tree | a550fc03d155c6e81b4e103babf1fe797b71b953 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | adcd02683856c30ba6f349279509acecd90063df (diff) | |
download | llvm-2e745ba6b0baa1083d64e7363743ba9457ebd187.zip llvm-2e745ba6b0baa1083d64e7363743ba9457ebd187.tar.gz llvm-2e745ba6b0baa1083d64e7363743ba9457ebd187.tar.bz2 |
[runtimes] Fix passing lists to runtimes configures
We have to replace the ";" with "|" (since LLVMExternalProjectUtils uses
"|" as the `LIST_SEPARATOR` when invoking `ExternalProject_Add`) in
order for lists to be passed correctly to the runtimes CMake configures.
Remove the special case for `LLVM_ENABLE_RUNTIMES`, since it'll just get
handled by the general logic now.
Differential Revision: https://reviews.llvm.org/D73512
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions