[PATCH] D80808: Add DIAError.h to list of headers excluded from the LLVM_DebugInfo_PDB module

Daniel Grumberg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 1 13:02:40 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGa05f1e5ae4e0: Add DIAError.h to list of headers excluded from the LLVM_DebugInfo_PDB module (authored by dang).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80808/new/

https://reviews.llvm.org/D80808

Files:
  llvm/include/llvm/module.modulemap


Index: llvm/include/llvm/module.modulemap
===================================================================
--- llvm/include/llvm/module.modulemap
+++ llvm/include/llvm/module.modulemap
@@ -119,6 +119,7 @@
   exclude header "DebugInfo/PDB/DIA/DIAEnumSourceFiles.h"
   exclude header "DebugInfo/PDB/DIA/DIAEnumSymbols.h"
   exclude header "DebugInfo/PDB/DIA/DIAEnumTables.h"
+  exclude header "DebugInfo/PDB/DIA/DIAError.h"
   exclude header "DebugInfo/PDB/DIA/DIAFrameData.h"
   exclude header "DebugInfo/PDB/DIA/DIAInjectedSource.h"
   exclude header "DebugInfo/PDB/DIA/DIALineNumber.h"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80808.267706.patch
Type: text/x-patch
Size: 590 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200601/f80d905d/attachment.bin>


More information about the llvm-commits mailing list