We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27598ee commit 5dcd7a8Copy full SHA for 5dcd7a8
test/Modules/DebugInfoSubmoduleImport.c
@@ -2,6 +2,11 @@
2
// RUN: %clang_cc1 -fmodules -fmodule-format=obj -debug-info-kind=limited -dwarf-ext-refs \
3
// RUN: -fimplicit-module-maps -x c -fmodules-cache-path=%t -I %S/Inputs \
4
// RUN: %s -emit-llvm -debugger-tuning=lldb -o - | FileCheck %s
5
+//
6
+// RUN: %clang_cc1 -fmodules -fmodule-format=obj -debug-info-kind=limited -dwarf-ext-refs \
7
+// RUN: -fimplicit-module-maps -x c -fmodules-cache-path=%t -I %S/Inputs \
8
+// RUN: -fmodules-local-submodule-visibility \
9
+// RUN: %s -emit-llvm -debugger-tuning=lldb -o - | FileCheck %s
10
#include "DebugSubmoduleA.h"
11
#include "DebugSubmoduleB.h"
12
0 commit comments