[PATCH] D37644: [CMake][runtimes] Use list of lists rather than ":" delimiters
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 8 15:41:13 PDT 2017
phosek added inline comments.
================
Comment at: runtimes/CMakeLists.txt:432
set(target ${name})
string(REPLACE ":" ";" target_list ${target})
list(GET target_list 0 name)
----------------
There's one other use case of ":" which is used in cache files, I'm not sure if we should replace that one as well?
Repository:
rL LLVM
https://reviews.llvm.org/D37644
More information about the llvm-commits
mailing list