Skip to content

Commit

Permalink
Add DIAError.h to list of headers excluded from the LLVM_DebugInfo_PD…
Browse files Browse the repository at this point in the history
…B module

Differential Revision: https://reviews.llvm.org/D80808
  • Loading branch information
daniel-grumberg committed Jun 1, 2020
1 parent 1ab092b commit a05f1e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/include/llvm/module.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a05f1e5

Please sign in to comment.