llvm/module.modulemap: Exclude `Support/Host.h`
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 16 Apr 2023 16:12:40 +0000 (01:12 +0900)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 16 Apr 2023 16:20:04 +0000 (01:20 +0900)
It is declared as `deprecated`.

llvm/include/llvm/module.modulemap

index 741e0a8..48ce760 100644 (file)
@@ -417,6 +417,9 @@ module LLVM_Utils {
     umbrella "Support"
     module * { export * }
 
+    // Exclude this; deprecated.
+    exclude header "Support/Host.h"
+
     // Exclude this; it should only be used on Windows.
     exclude header "Support/Windows/WindowsSupport.h"