[Bazel] Add missing C++ style Clang headers and modulemap
authorAaron Siddhartha Mondal <aaron@eomii.org>
Wed, 26 Oct 2022 17:10:07 +0000 (19:10 +0200)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 27 Oct 2022 22:00:59 +0000 (07:00 +0900)
Reviewed By: chapuni

Differential Revision: https://reviews.llvm.org/D136452

utils/bazel/llvm-project-overlay/clang/BUILD.bazel

index 805d75e..9fba1a8 100644 (file)
@@ -1486,7 +1486,14 @@ builtin_headers = glob(
     "lib/Headers/arm_neon.h",
     "lib/Headers/arm_sve.h",
     "lib/Headers/arm_bf16.h",
+    "lib/Headers/module.modulemap",
     "lib/Headers/riscv_vector.h",
+    "lib/Headers/cuda_wrappers/algorithm",
+    "lib/Headers/cuda_wrappers/complex",
+    "lib/Headers/cuda_wrappers/new",
+    "lib/Headers/openmp_wrappers/cmath",
+    "lib/Headers/openmp_wrappers/complex",
+    "lib/Headers/openmp_wrappers/new",
 ]
 
 genrule(