[modules] The LLVM C API does not require C++!
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 12 Jun 2014 22:09:39 +0000 (22:09 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 12 Jun 2014 22:09:39 +0000 (22:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210842 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm-c/module.modulemap

index 2bcdbc17a5c35eea5d0803b5679f1bbfa02abffc..a456119595c9560effcc682c884f69c9d691c60c 100644 (file)
@@ -1,5 +1,4 @@
 module LLVM_C {
-  requires cplusplus
   umbrella "."
   module * { export * }
 }