forked from OSchip/llvm-project
[X86] Add recently added intrinsic headers to the module map.
llvm-svn: 330744
This commit is contained in:
parent
bd16b11255
commit
5f1d10e26e
|
@ -63,6 +63,9 @@ module _Builtin_intrinsics [system] [extern_c] {
|
|||
textual header "fma4intrin.h"
|
||||
textual header "mwaitxintrin.h"
|
||||
textual header "clzerointrin.h"
|
||||
textual header "wbnoinvdintrin.h"
|
||||
textual header "cldemoteintrin.h"
|
||||
textual header "waitpkgintrin.h"
|
||||
|
||||
explicit module mm_malloc {
|
||||
requires !freestanding
|
||||
|
|
Loading…
Reference in New Issue