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 cfedd7d commit b3180d6Copy full SHA for b3180d6
lldb/test/Shell/SymbolFile/DWARF/module-ownership.mm
@@ -1,6 +1,7 @@
1
// RUN: %clang --target=x86_64-apple-macosx -g -gmodules \
2
// RUN: -fmodules -fmodules-cache-path=%t.cache \
3
// RUN: -c -o %t.o %s -I%S/Inputs
4
+// RUN: lldb-test symbols -dump-clang-ast %t.o | FileCheck %s
5
// Verify that the owning module information from DWARF is preserved in the AST.
6
7
@import A;
0 commit comments