mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
[libc++] Add missing <stdbool.h> to the modulemap
It used to be defined by the compiler, but libc++ now provides it. Differential Revision: https://reviews.llvm.org/D131201
This commit is contained in:
parent
e36f9e13bc
commit
0a5c344a84
@ -59,7 +59,10 @@ module std [system] {
|
||||
// FIXME: <stdalign.h> is missing.
|
||||
// <signal.h> provided by C library.
|
||||
// <stdarg.h> provided by compiler.
|
||||
// <stdbool.h> provided by compiler.
|
||||
module stdbool_h {
|
||||
// <stdbool.h>'s __bool_true_false_are_defined macro requires textual inclusion.
|
||||
textual header "stdbool.h"
|
||||
}
|
||||
module stddef_h {
|
||||
// <stddef.h>'s __need_* macros require textual inclusion.
|
||||
textual header "stddef.h"
|
||||
|
Loading…
Reference in New Issue
Block a user