summaryrefslogtreecommitdiff
path: root/include/llvm-c
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2014-06-12 22:09:39 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2014-06-12 22:09:39 +0000
commitf8f75df34604f3d4390bcc3463d79afa8656c94f (patch)
tree4c4f14bb28eb463bbbd37aced89dadb82c44adc5 /include/llvm-c
parente3466d37775439646f445202834a455bb21e9e95 (diff)
downloadllvm-f8f75df34604f3d4390bcc3463d79afa8656c94f.tar.gz
llvm-f8f75df34604f3d4390bcc3463d79afa8656c94f.tar.bz2
llvm-f8f75df34604f3d4390bcc3463d79afa8656c94f.tar.xz
[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
Diffstat (limited to 'include/llvm-c')
-rw-r--r--include/llvm-c/module.modulemap1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm-c/module.modulemap b/include/llvm-c/module.modulemap
index 2bcdbc17a5..a456119595 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 * }
}