summaryrefslogtreecommitdiffstats
path: root/test/modularize
diff options
context:
space:
mode:
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>2015-02-12 16:22:09 +0000
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>2015-02-12 16:22:09 +0000
commit17a4e510129c0a60ee3f7c743699053e4776a951 (patch)
tree624b43d74bb19b958030e1be9e34ca56e5051357 /test/modularize
parent3bf6e79586f6d273e040ca41eee9c19099ba7c2a (diff)
Added support for multiple header list files, as a precursor for when we need to load multiple module maps.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@228935 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/modularize')
-rw-r--r--test/modularize/NoProblemsList.modularize2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/modularize/NoProblemsList.modularize b/test/modularize/NoProblemsList.modularize
new file mode 100644
index 00000000..ec5f4c9e
--- /dev/null
+++ b/test/modularize/NoProblemsList.modularize
@@ -0,0 +1,2 @@
+# RUN: modularize NoProblems.modularize,NoProblemsAnonymous.modularize -x c++
+# RUN: modularize -prefix=%p NoProblems.modularize,NoProblemsAnonymous.modularize -x c++