diff options
author | David Spickett <david.spickett@linaro.org> | 2022-12-05 11:33:29 +0000 |
---|---|---|
committer | David Spickett <david.spickett@linaro.org> | 2022-12-05 11:33:29 +0000 |
commit | 04aae2527bb1abea554ff8051a95cda9b1fea23c (patch) | |
tree | d919974f8648d1c2423ffccc8cd8aa414faefd21 /llvm/lib/CodeGen/CodeGen.cpp | |
parent | 14af1ad4ee0ab0c453af75e43cf469bd530536cf (diff) | |
download | llvm-04aae2527bb1abea554ff8051a95cda9b1fea23c.zip llvm-04aae2527bb1abea554ff8051a95cda9b1fea23c.tar.gz llvm-04aae2527bb1abea554ff8051a95cda9b1fea23c.tar.bz2 |
[LLVM][Runtimes] Surround unknown runtime with ""
So that when you do something like:
-DLLVM_ENABLE_RUNTIMES=;compiler-rt;libcxx;libcxxabi;libunwind
You get:
Runtime "" is not a supported runtime. Supported runtimes are:
Instead of:
Runtime is not a supported runtime. Supported runtimes are:
Which implies that "Runtime" is the name of the runtime you
tried to build, but in fact it was "".
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
0 files changed, 0 insertions, 0 deletions