From 56f9c191e1c41ab4fe61a9b9ad6bf4fc1c987837 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Wed, 21 May 2014 02:46:14 +0000 Subject: [modules] Add module maps for LLVM. These are not quite ready for prime-time yet, but only a few more Clang patches need to land. (I have 'ninja check' passing locally.) llvm-svn: 209269 --- llvm/lib/AsmParser/module.modulemap | 1 + 1 file changed, 1 insertion(+) create mode 100644 llvm/lib/AsmParser/module.modulemap (limited to 'llvm/lib/AsmParser/module.modulemap') diff --git a/llvm/lib/AsmParser/module.modulemap b/llvm/lib/AsmParser/module.modulemap new file mode 100644 index 00000000000..cc300060b3f --- /dev/null +++ b/llvm/lib/AsmParser/module.modulemap @@ -0,0 +1 @@ +module AsmParser { requires cplusplus umbrella "." module * { export * } } -- cgit v1.2.3