[PATCH] D139306: [LLVM][Release] Prevent empty runtime name in release script
David Spickett via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 5 04:04:53 PST 2022
DavidSpickett added a reviewer: ldionne.
DavidSpickett added a comment.
Clearly this worked at some point but now I get:
CMake Error at CMakeLists.txt:160 (message):
Runtime is not a supported runtime. Supported runtimes are:
libc;libunwind;libcxxabi;pstl;libcxx;compiler-rt;openmp;llvm-libgcc
If you'd expect it to ignore the empty entry I can figure out what changed on that side instead.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139306/new/
https://reviews.llvm.org/D139306
More information about the llvm-commits
mailing list