[all-commits] [llvm/llvm-project] 737799: [lldb] Rework 'lldb' substitution workaround in dw...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Wed Aug 11 03:12:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 737799713451a59ec2c2a84ea2daeceaf32ff1d5
https://github.com/llvm/llvm-project/commit/737799713451a59ec2c2a84ea2daeceaf32ff1d5
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-08-11 (Wed, 11 Aug 2021)
Changed paths:
M lldb/test/Shell/SymbolFile/DWARF/dwarf5-lazy-dwo.c
Log Message:
-----------
[lldb] Rework 'lldb' substitution workaround in dwarf5-lazy-dwo.c
This test is specifying the lldb log channel via `ll""db` which only really works
because the command parser ends up parsing that as `lldb`. Just putting the
channel name in quotes is enough to avoid the lldb command substitution and
doesn't rely on this weird parser behaviour.
More information about the All-commits
mailing list