r330744 - [X86] Add recently added intrinsic headers to the module map.

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 24 10:40:49 PDT 2018


Author: ctopper
Date: Tue Apr 24 10:40:49 2018
New Revision: 330744

URL: http://llvm.org/viewvc/llvm-project?rev=330744&view=rev
Log:
[X86] Add recently added intrinsic headers to the module map.

Modified:
    cfe/trunk/lib/Headers/module.modulemap

Modified: cfe/trunk/lib/Headers/module.modulemap
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Headers/module.modulemap?rev=330744&r1=330743&r2=330744&view=diff
==============================================================================
--- cfe/trunk/lib/Headers/module.modulemap (original)
+++ cfe/trunk/lib/Headers/module.modulemap Tue Apr 24 10:40:49 2018
@@ -63,6 +63,9 @@ module _Builtin_intrinsics [system] [ext
     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




More information about the cfe-commits mailing list