[all-commits] [llvm/llvm-project] 889a4f: [lldb] s/lldb/%lldb in two tests
Pavel Labath via All-commits
all-commits at lists.llvm.org
Wed Jan 22 02:02:48 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 889a4f55c9100d55f9c120b8408c16491d73c7b5
https://github.com/llvm/llvm-project/commit/889a4f55c9100d55f9c120b8408c16491d73c7b5
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-01-22 (Wed, 22 Jan 2020)
Changed paths:
M lldb/test/Shell/ObjectFile/ELF/PT_LOAD-overlap-PT_TLS.yaml
M lldb/test/Shell/ObjectFile/ELF/PT_TLS-overlap-PT_LOAD.yaml
Log Message:
-----------
[lldb] s/lldb/%lldb in two tests
%lldb is the proper substitution. Using "lldb" can cause us to execute
the system lldb instead of the one we are testing. This happens at least
in standalone builds.
More information about the All-commits
mailing list