Add DIAError.h to list of headers excluded from the LLVM_DebugInfo_PDB module
authorDaniel Grumberg <dany.grumberg@gmail.com>
Fri, 29 May 2020 15:34:07 +0000 (16:34 +0100)
committerDaniel Grumberg <dany.grumberg@gmail.com>
Mon, 1 Jun 2020 20:01:05 +0000 (21:01 +0100)
Differential Revision: https://reviews.llvm.org/D80808

llvm/include/llvm/module.modulemap

index 93c30d6..a36b684 100644 (file)
@@ -119,6 +119,7 @@ module LLVM_DebugInfo_PDB {
   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"