[llvm] r210842 - [modules] The LLVM C API does not require C++!
Richard Smith
richard-llvm at metafoo.co.uk
Thu Jun 12 15:09:39 PDT 2014
Author: rsmith
Date: Thu Jun 12 17:09:39 2014
New Revision: 210842
URL: http://llvm.org/viewvc/llvm-project?rev=210842&view=rev
Log:
[modules] The LLVM C API does not require C++!
Modified:
llvm/trunk/include/llvm-c/module.modulemap
Modified: llvm/trunk/include/llvm-c/module.modulemap
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm-c/module.modulemap?rev=210842&r1=210841&r2=210842&view=diff
==============================================================================
--- llvm/trunk/include/llvm-c/module.modulemap (original)
+++ llvm/trunk/include/llvm-c/module.modulemap Thu Jun 12 17:09:39 2014
@@ -1,5 +1,4 @@
module LLVM_C {
- requires cplusplus
umbrella "."
module * { export * }
}
More information about the llvm-commits
mailing list