[modules] Fix typo in DIA exclusion in module map.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 18 Feb 2015 00:21:45 +0000 (00:21 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 18 Feb 2015 00:21:45 +0000 (00:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229591 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/module.modulemap

index 5a2a54cd80dab116171b7cfaeeaaadf7155ff99b..431b6d6d5fb6122a0fde409a67d038e47e3f2bca 100644 (file)
@@ -58,16 +58,16 @@ module LLVM_DebugInfo_PDB {
   // a separate library which might not be available.
   //
   // FIXME: There should be a better way to specify this.
-  exclude header "DebugInfo/PDB/DIADataStream.h"
-  exclude header "DebugInfo/PDB/DIAEnumDebugStreams.h"
-  exclude header "DebugInfo/PDB/DIAEnumLineNumbers.h"
-  exclude header "DebugInfo/PDB/DIAEnumSourceFiles.h"
-  exclude header "DebugInfo/PDB/DIAEnumSymbols.h"
-  exclude header "DebugInfo/PDB/DIALineNumber.h"
-  exclude header "DebugInfo/PDB/DIARawSymbol.h"
-  exclude header "DebugInfo/PDB/DIASession.h"
-  exclude header "DebugInfo/PDB/DIASourceFile.h"
-  exclude header "DebugInfo/PDB/DIASupport.h"
+  exclude header "DebugInfo/PDB/DIA/DIADataStream.h"
+  exclude header "DebugInfo/PDB/DIA/DIAEnumDebugStreams.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/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"
 }
 
 module LLVM_DebugInfo_PDB_DIA {