summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/PR28438/module.modulemap
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-08-18 01:16:55 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-08-18 01:16:55 +0000
commit3dba7ebde4e53e3b6feced891cecd4b045e82780 (patch)
tree6694e66b6595dfc34d36d8b61d4f783045475065 /clang/test/Modules/Inputs/PR28438/module.modulemap
parentf2b5ec6ef427d8d4129ac5e78ceb319af60a2f99 (diff)
downloadbcm5719-llvm-3dba7ebde4e53e3b6feced891cecd4b045e82780.tar.gz
bcm5719-llvm-3dba7ebde4e53e3b6feced891cecd4b045e82780.zip
PR28438: Update the information on an identifier with local definitions before
trying to write out its macro graph, in case we imported a module that added another module macro between the most recent local definition and the end of the module. llvm-svn: 279024
Diffstat (limited to 'clang/test/Modules/Inputs/PR28438/module.modulemap')
-rw-r--r--clang/test/Modules/Inputs/PR28438/module.modulemap2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/PR28438/module.modulemap b/clang/test/Modules/Inputs/PR28438/module.modulemap
new file mode 100644
index 00000000000..cb77d47b6ce
--- /dev/null
+++ b/clang/test/Modules/Inputs/PR28438/module.modulemap
@@ -0,0 +1,2 @@
+module A { header "a.h" export * }
+module B { module B1 { header "b1.h" export * } module B2 { header "b2.h" export * } }
OpenPOWER on IntegriCloud