[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.
This commit is contained in:
Raphael Isemann 2021-08-11 12:08:36 +02:00
parent c5ab55f533
commit 7377997134
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
// RUN: %clang_host %s -fno-standalone-debug -g \
// RUN: -gdwarf-5 -gpubnames -gsplit-dwarf -c -o %t2.o -DTWO
// RUN: %clang_host %t1.o %t2.o -o %t
// RUN: %lldb %t -o "log enable ll""db object" -o "settings set stop-line-count-before 0" \
// RUN: %lldb %t -o "log enable 'lldb' object" -o "settings set stop-line-count-before 0" \
// RUN: -o "b main" -o "run" -o "image lookup -n main -v" -b | FileCheck %s
// CHECK-NOT: 2.dwo,