[llvm] r318425 - [DebugInfo/PDB] Exclude the PDB/DIA files added in my previous commit from modulemap

Aaron Smith via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 16 09:24:49 PST 2017


Author: asmith
Date: Thu Nov 16 09:24:49 2017
New Revision: 318425

URL: http://llvm.org/viewvc/llvm-project?rev=318425&view=rev
Log:
[DebugInfo/PDB] Exclude the PDB/DIA files added in my previous commit from modulemap

Modified:
    llvm/trunk/include/llvm/module.modulemap

Modified: llvm/trunk/include/llvm/module.modulemap
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/module.modulemap?rev=318425&r1=318424&r2=318425&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Thu Nov 16 09:24:49 2017
@@ -94,11 +94,13 @@ module LLVM_DebugInfo_PDB {
   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/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"
 }
 
 module LLVM_DebugInfo_PDB_DIA {




More information about the llvm-commits mailing list