From: Richard Smith Date: Thu, 12 Jun 2014 22:09:39 +0000 (+0000) Subject: [modules] The LLVM C API does not require C++! X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f8f75df34604f3d4390bcc3463d79afa8656c94f;p=oota-llvm.git [modules] The LLVM C API does not require C++! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210842 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm-c/module.modulemap b/include/llvm-c/module.modulemap index 2bcdbc17a5c..a456119595c 100644 --- a/include/llvm-c/module.modulemap +++ b/include/llvm-c/module.modulemap @@ -1,5 +1,4 @@ module LLVM_C { - requires cplusplus umbrella "." module * { export * } }