[all-commits] [llvm/llvm-project] 57e0ef: [lldb] Make it a fatal error when %lldb cannot be ...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Aug 21 11:18:42 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 57e0ef131b621dc88ad2db53a52bf86b498e49c3
https://github.com/llvm/llvm-project/commit/57e0ef131b621dc88ad2db53a52bf86b498e49c3
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-08-21 (Fri, 21 Aug 2020)
Changed paths:
M lldb/test/Shell/helper/toolchain.py
Log Message:
-----------
[lldb] Make it a fatal error when %lldb cannot be substituted
Refuse to run the shell tests when %lldb cannot be substituted. This
prevents the test from silently running again the `lldb` in your PATH.
I noticed because when this happens, %lldb-init gets substituted with
lldb-init, which does not exists.
More information about the All-commits
mailing list