Update clang-tools to ab/5067893

This commit updates the header-checker binary blobs with the one
built with clang-r339409b.

Bug: 111579848
Bug: 112949945
Test: development/vndk/tools/header-checker/utils/create_reference_dumps.py
Change-Id: Ib0dd0b6abe0b9c92dd27701dfe4ca3a95f597113
diff --git a/darwin-x86/clang-headers/module.modulemap b/darwin-x86/clang-headers/module.modulemap
index 3e40d2c..1d1af57 100644
--- a/darwin-x86/clang-headers/module.modulemap
+++ b/darwin-x86/clang-headers/module.modulemap
@@ -38,6 +38,7 @@
     explicit module neon {
       requires neon
       header "arm_neon.h"
+      header "arm_fp16.h"
       export *
     }
   }
@@ -61,13 +62,27 @@
     textual header "xopintrin.h"
     textual header "fma4intrin.h"
     textual header "mwaitxintrin.h"
+    textual header "clzerointrin.h"
+    textual header "wbnoinvdintrin.h"
+    textual header "cldemoteintrin.h"
+    textual header "waitpkgintrin.h"
+    textual header "movdirintrin.h"
+    textual header "pconfigintrin.h"
+    textual header "sgxintrin.h"
+    textual header "ptwriteintrin.h"
+    textual header "invpcidintrin.h"
+
+    textual header "__wmmintrin_aes.h"
+    textual header "__wmmintrin_pclmul.h"
 
     explicit module mm_malloc {
+      requires !freestanding
       header "mm_malloc.h"
       export * // note: for <stdlib.h> dependency
     }
 
     explicit module cpuid {
+      requires gnuinlineasm
       header "cpuid.h"
     }
 
@@ -125,14 +140,6 @@
       export aes
       export pclmul
     }
-
-    explicit module aes {
-      header "__wmmintrin_aes.h"
-    }
-
-    explicit module pclmul {
-      header "__wmmintrin_pclmul.h"
-    }
   }
 
   explicit module systemz {