[lldb] Fix one more failure test after 843f2dbf003f2a51d0d4ab8cf40647c99ded2e93.
authorHaojian Wu <hokein.wu@gmail.com>
Wed, 9 Dec 2020 09:43:01 +0000 (10:43 +0100)
committerHaojian Wu <hokein.wu@gmail.com>
Wed, 9 Dec 2020 09:43:52 +0000 (10:43 +0100)
lldb/test/Shell/SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp

index dcdc81b..ef1aa25 100644 (file)
@@ -7,9 +7,9 @@
 
 // UNSUPPORTED: system-darwin, system-windows
 
-// RUN: %clang_host -c -gsplit-dwarf %s -o %t1.o -DONE
-// RUN: %clang_host -c -gsplit-dwarf %s -o %t2.o -DTWO
-// 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
 // RUN: %clang_host %t1.o %t2.o %t3.o -o %t
 // RUN: %lldb %t -o "br set -n foo" -o run -o "p bool_in_first_cu" -o exit \
 // RUN:   | FileCheck %s