llvm/module.modulemap: Add `Demangle` in `LLVM_Utils`
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)
llvm/include/llvm/module.modulemap

index 48ce760..098697e 100644 (file)
@@ -411,6 +411,15 @@ module LLVM_Utils {
     module * { export * }
   }
 
+  module Demangle {
+    requires cplusplus
+
+    umbrella "Demangle"
+    module * { export * }
+
+    textual header "Demangle/ItaniumNodes.def"
+  }
+
   module Support {
     requires cplusplus