forked from OSchip/llvm-project
Add DIAError.h to list of headers excluded from the LLVM_DebugInfo_PDB module
Differential Revision: https://reviews.llvm.org/D80808
This commit is contained in:
parent
1ab092b758
commit
a05f1e5ae4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue