We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2876ec commit 6883042Copy full SHA for 6883042
lldb/test/Shell/SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp
@@ -7,9 +7,9 @@
7
8
// UNSUPPORTED: system-darwin, system-windows
9
10
-// RUN: %clang_host -c -gsplit-dwarf %s -o %t1.o -DONE
11
-// RUN: %clang_host -c -gsplit-dwarf %s -o %t2.o -DTWO
12
-// RUN: %clang_host -c -gsplit-dwarf %s -o %t3.o -DTHREE
+// RUN: %clang_host -c -gsplit-dwarf -g %s -o %t1.o -DONE
+// RUN: %clang_host -c -gsplit-dwarf -g %s -o %t2.o -DTWO
+// RUN: %clang_host -c -gsplit-dwarf -g %s -o %t3.o -DTHREE
13
// RUN: %clang_host %t1.o %t2.o %t3.o -o %t
14
// RUN: %lldb %t -o "br set -n foo" -o run -o "p bool_in_first_cu" -o exit \
15
// RUN: | FileCheck %s
0 commit comments