[all-commits] [llvm/llvm-project] 04aae2: [LLVM][Runtimes] Surround unknown runtime with ""

David Spickett via All-commits all-commits at lists.llvm.org
Mon Dec 5 03:36:18 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 04aae2527bb1abea554ff8051a95cda9b1fea23c
      https://github.com/llvm/llvm-project/commit/04aae2527bb1abea554ff8051a95cda9b1fea23c
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2022-12-05 (Mon, 05 Dec 2022)

  Changed paths:
    M llvm/CMakeLists.txt

  Log Message:
  -----------
  [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 "".




More information about the All-commits mailing list