projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3466d3
)
[modules] The LLVM C API does not require C++!
author
Richard Smith
<richard-llvm@metafoo.co.uk>
Thu, 12 Jun 2014 22:09:39 +0000
(22:09 +0000)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/include/llvm-c/module.modulemap
b/include/llvm-c/module.modulemap
index 2bcdbc17a5c35eea5d0803b5679f1bbfa02abffc..a456119595c9560effcc682c884f69c9d691c60c 100644
(file)
--- a/
include/llvm-c/module.modulemap
+++ b/
include/llvm-c/module.modulemap
@@
-1,5
+1,4
@@
module LLVM_C {
- requires cplusplus
umbrella "."
module * { export * }
}