Skip to content

Instantly share code, notes, and snippets.

@EricWF
Created October 22, 2018 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EricWF/2d2adf6319a4cc9d5a5ac6f7f9c3cde5 to your computer and use it in GitHub Desktop.
Save EricWF/2d2adf6319a4cc9d5a5ac6f7f9c3cde5 to your computer and use it in GitHub Desktop.
diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap
index 7c8d57430b0..b8fc79d34b7 100644
--- a/include/llvm/module.modulemap
+++ b/include/llvm/module.modulemap
@@ -94,12 +94,14 @@ 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/DIAEnumFrameData.h"
exclude header "DebugInfo/PDB/DIA/DIAEnumInjectedSources.h"
exclude header "DebugInfo/PDB/DIA/DIAEnumLineNumbers.h"
exclude header "DebugInfo/PDB/DIA/DIAEnumSectionContribs.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/DIAFrameData.h"
exclude header "DebugInfo/PDB/DIA/DIAInjectedSource.h"
exclude header "DebugInfo/PDB/DIA/DIALineNumber.h"
exclude header "DebugInfo/PDB/DIA/DIARawSymbol.h"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment