aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorShoaib Meenai <smeenai@fb.com>2020-01-27 17:04:21 -0800
committerShoaib Meenai <smeenai@fb.com>2020-01-28 14:36:14 -0800
commit2e745ba6b0baa1083d64e7363743ba9457ebd187 (patch)
treea550fc03d155c6e81b4e103babf1fe797b71b953 /clang/lib/Frontend/CompilerInvocation.cpp
parentadcd02683856c30ba6f349279509acecd90063df (diff)
downloadllvm-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