Skip to content

Commit 5dcd7a8

Browse files
committedMay 11, 2017
Add a test that local submodule visibility has no effect on debug info
rdar://problem/27876262 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@302809 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 27598ee commit 5dcd7a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎test/Modules/DebugInfoSubmoduleImport.c

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
// RUN: %clang_cc1 -fmodules -fmodule-format=obj -debug-info-kind=limited -dwarf-ext-refs \
33
// RUN: -fimplicit-module-maps -x c -fmodules-cache-path=%t -I %S/Inputs \
44
// 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
510
#include "DebugSubmoduleA.h"
611
#include "DebugSubmoduleB.h"
712

0 commit comments

Comments
 (0)
Please sign in to comment.