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 27405d6 commit c0c2ba1Copy full SHA for c0c2ba1
lldb/test/Shell/SymbolFile/DWARF/explicit-member-function-quals.cpp renamed to lldb/test/Shell/SymbolFile/DWARF/x86/explicit-member-function-quals.cpp
@@ -3,7 +3,7 @@
3
// Tests that we correctly deduce the CV-quals and storage
4
// class of explicit object member functions.
5
//
6
-// RUN: %clangxx_host %s -g -std=c++23 -c -o %t
+// RUN: %clangxx_host %s -triple x86_64-pc-linux -g -std=c++23 -c -o %t
7
// RUN: %lldb %t -b -o "type lookup Foo" 2>&1 | FileCheck %s
8
9
// CHECK: (lldb) type lookup Foo
0 commit comments