forked from OSchip/llvm-project
Update modulemap to exclude new DIA headers.
llvm-svn: 327444
This commit is contained in:
parent
d6a1ca761a
commit
5cbf567921
|
@ -90,16 +90,19 @@ module LLVM_DebugInfo_PDB {
|
|||
// FIXME: There should be a better way to specify this.
|
||||
exclude header "DebugInfo/PDB/DIA/DIADataStream.h"
|
||||
exclude header "DebugInfo/PDB/DIA/DIAEnumDebugStreams.h"
|
||||
exclude header "DebugInfo/PDB/DIA/DIAEnumInjectedSources.h"
|
||||
exclude header "DebugInfo/PDB/DIA/DIAEnumLineNumbers.h"
|
||||
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/DIAInjectedSource.h"
|
||||
exclude header "DebugInfo/PDB/DIA/DIALineNumber.h"
|
||||
exclude header "DebugInfo/PDB/DIA/DIARawSymbol.h"
|
||||
exclude header "DebugInfo/PDB/DIA/DIASession.h"
|
||||
exclude header "DebugInfo/PDB/DIA/DIASourceFile.h"
|
||||
exclude header "DebugInfo/PDB/DIA/DIASupport.h"
|
||||
exclude header "DebugInfo/PDB/DIA/DIATable.h"
|
||||
exclude header "DebugInfo/PDB/DIA/DIAUtils.h"
|
||||
}
|
||||
|
||||
module LLVM_DebugInfo_PDB_DIA {
|
||||
|
|
Loading…
Reference in New Issue