Skip to content

Commit ee4c2bb

Browse files
committed
[lldb][test] explicit-member-function-quals.cpp: add -glldb
This will get un-XFAILed but requires `-glldb` in an upcoming patch.
1 parent a13b7cc commit ee4c2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/SymbolFile/DWARF/x86/explicit-member-function-quals.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Tests that we correctly deduce the CV-quals and storage
44
// class of explicit object member functions.
55
//
6-
// RUN: %clangxx_host %s -target x86_64-pc-linux -g -std=c++23 -c -o %t
6+
// RUN: %clangxx_host %s -glldb -target x86_64-pc-linux -g -std=c++23 -c -o %t
77
// RUN: %lldb %t -b -o "type lookup Foo" 2>&1 | FileCheck %s
88
//
99
// CHECK: (lldb) type lookup Foo

0 commit comments

Comments
 (0)