From 51514ce625e9e9a27b6138f0bf87626c3e282aac Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Thu, 12 Jun 2014 22:09:39 +0000 Subject: [PATCH] [modules] The LLVM C API does not require C++! llvm-svn: 210842 --- llvm/include/llvm-c/module.modulemap | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/include/llvm-c/module.modulemap b/llvm/include/llvm-c/module.modulemap index 2bcdbc1..a456119 100644 --- a/llvm/include/llvm-c/module.modulemap +++ b/llvm/include/llvm-c/module.modulemap @@ -1,5 +1,4 @@ module LLVM_C { - requires cplusplus umbrella "." module * { export * } } -- 2.7.4