[all-commits] [llvm/llvm-project] 794b8a: [lldb] s/lldb/%lldb in another test
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Jan 23 11:17:30 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 794b8a0329d1356455970fe1ae26f5d3b38e7906
https://github.com/llvm/llvm-project/commit/794b8a0329d1356455970fe1ae26f5d3b38e7906
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-23 (Thu, 23 Jan 2020)
Changed paths:
M lldb/test/Shell/SymbolFile/DWARF/debug_aranges-empty-section.s
Log Message:
-----------
[lldb] s/lldb/%lldb in another test
As explained in Pavel's previous commit message: %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