Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 8e47a8d

Browse files
author
Aleksandr Urakov
committed
Fix non-Windows build for D53324
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@345011 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 7fc581a commit 8e47a8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/llvm/module.modulemap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,14 @@ module LLVM_DebugInfo_PDB {
8888
// FIXME: There should be a better way to specify this.
8989
exclude header "DebugInfo/PDB/DIA/DIADataStream.h"
9090
exclude header "DebugInfo/PDB/DIA/DIAEnumDebugStreams.h"
91+
exclude header "DebugInfo/PDB/DIA/DIAEnumFrameData.h"
9192
exclude header "DebugInfo/PDB/DIA/DIAEnumInjectedSources.h"
9293
exclude header "DebugInfo/PDB/DIA/DIAEnumLineNumbers.h"
9394
exclude header "DebugInfo/PDB/DIA/DIAEnumSectionContribs.h"
9495
exclude header "DebugInfo/PDB/DIA/DIAEnumSourceFiles.h"
9596
exclude header "DebugInfo/PDB/DIA/DIAEnumSymbols.h"
9697
exclude header "DebugInfo/PDB/DIA/DIAEnumTables.h"
98+
exclude header "DebugInfo/PDB/DIA/DIAFrameData.h"
9799
exclude header "DebugInfo/PDB/DIA/DIAInjectedSource.h"
98100
exclude header "DebugInfo/PDB/DIA/DIALineNumber.h"
99101
exclude header "DebugInfo/PDB/DIA/DIARawSymbol.h"

0 commit comments

Comments
 (0)