summaryrefslogtreecommitdiffstats
path: root/test/Modules/module_file_info.m
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2018-09-11 05:17:13 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2018-09-11 05:17:13 +0000
commit163e2f16ea8dd6dcced00c115e362c86ab2842df (patch)
treee3a510284c91c17db63e83522d2098b503b84951 /test/Modules/module_file_info.m
parent7e7b13d3b15e5870a86d1ef50b952d6be4e1c178 (diff)
[Modules] Add imported modules to the output of -module-file-info
Fix a bug in the deserialization of IMPORTS section and allow for imported modules to also be printed with -module-file-info. rdar://problem/43867753 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@341902 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Modules/module_file_info.m')
-rw-r--r--test/Modules/module_file_info.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Modules/module_file_info.m b/test/Modules/module_file_info.m
index 05d401b945..64ed2be2d8 100644
--- a/test/Modules/module_file_info.m
+++ b/test/Modules/module_file_info.m
@@ -16,6 +16,7 @@
// CHECK: Module name: DependsOnModule
// CHECK: Module map file: {{.*}}DependsOnModule.framework{{[/\\]}}module.map
+// CHECK: Imports module 'Module': {{.*}}Module.pcm
// CHECK: Language options:
// CHECK: C99: Yes