[llvm] a05f1e5 - Add DIAError.h to list of headers excluded from the LLVM_DebugInfo_PDB module

Daniel Grumberg via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 1 13:02:04 PDT 2020


Author: Daniel Grumberg
Date: 2020-06-01T21:01:05+01:00
New Revision: a05f1e5ae4e0d0fc789a4caeff108fe4a50dc652

URL: https://github.com/llvm/llvm-project/commit/a05f1e5ae4e0d0fc789a4caeff108fe4a50dc652
DIFF: https://github.com/llvm/llvm-project/commit/a05f1e5ae4e0d0fc789a4caeff108fe4a50dc652.diff

LOG: Add DIAError.h to list of headers excluded from the LLVM_DebugInfo_PDB module

Differential Revision: https://reviews.llvm.org/D80808

Added: 
    

Modified: 
    llvm/include/llvm/module.modulemap

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap
index 93c30d6d102e..a36b68491683 100644
--- a/llvm/include/llvm/module.modulemap
+++ b/llvm/include/llvm/module.modulemap
@@ -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"


        


More information about the llvm-commits mailing list