diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-06-12 00:32:32 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-06-12 00:32:32 +0000 |
| commit | 70e2e75e5467442ea9e9c43802045a6cae96e88d (patch) | |
| tree | bad580407044770527f7d5d0c48e0d08adbfeb82 /clang/include/clang-c/module.modulemap | |
| parent | adb73e6fb95e2910c3895ade65ab7ce16f5056cc (diff) | |
| download | bcm5719-llvm-70e2e75e5467442ea9e9c43802045a6cae96e88d.tar.gz bcm5719-llvm-70e2e75e5467442ea9e9c43802045a6cae96e88d.zip | |
[modules] Add first-draft module maps for Clang. These don't cover everything
yet, but they're enough for a clean bootstrap (with a few local patches that
are yet to be committed).
llvm-svn: 210726
Diffstat (limited to 'clang/include/clang-c/module.modulemap')
| -rw-r--r-- | clang/include/clang-c/module.modulemap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/include/clang-c/module.modulemap b/clang/include/clang-c/module.modulemap new file mode 100644 index 00000000000..ebf17b38668 --- /dev/null +++ b/clang/include/clang-c/module.modulemap @@ -0,0 +1,5 @@ +module Clang_C { + requires cplusplus + umbrella "." + module * { export * } +} |

