summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/getSourceDescriptor-crash/module.modulemap
diff options
context:
space:
mode:
authorDouglas Yung <douglas.yung@sony.com>2016-05-03 00:29:56 +0000
committerDouglas Yung <douglas.yung@sony.com>2016-05-03 00:29:56 +0000
commitd58d9fa573463a8b903cacb1caf99953719632a0 (patch)
tree78cf244e4f31dd6af9bd7b655c35fe353cd00525 /clang/test/Modules/Inputs/getSourceDescriptor-crash/module.modulemap
parentf5c59654f7c8438294ecb6ac0b8613782e0d3956 (diff)
downloadbcm5719-llvm-d58d9fa573463a8b903cacb1caf99953719632a0.tar.gz
bcm5719-llvm-d58d9fa573463a8b903cacb1caf99953719632a0.zip
Adding a test for a compiler crash that was fixed in r248069.
Differential Revision: http://reviews.llvm.org/D19048 llvm-svn: 268344
Diffstat (limited to 'clang/test/Modules/Inputs/getSourceDescriptor-crash/module.modulemap')
-rw-r--r--clang/test/Modules/Inputs/getSourceDescriptor-crash/module.modulemap3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/getSourceDescriptor-crash/module.modulemap b/clang/test/Modules/Inputs/getSourceDescriptor-crash/module.modulemap
new file mode 100644
index 00000000000..2006ed5fde2
--- /dev/null
+++ b/clang/test/Modules/Inputs/getSourceDescriptor-crash/module.modulemap
@@ -0,0 +1,3 @@
+module foo {
+ header "h1.h"
+}
OpenPOWER on IntegriCloud