]> granicus.if.org Git - llvm/commitdiff
Fix for r293104, which renamed a directory.
authorAdrian McCarthy <amccarth@google.com>
Wed, 25 Jan 2017 22:48:57 +0000 (22:48 +0000)
committerAdrian McCarthy <amccarth@google.com>
Wed, 25 Jan 2017 22:48:57 +0000 (22:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293105 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/DebugInfo/PDB/HashTableTest.cpp
unittests/DebugInfo/PDB/StringTableBuilderTest.cpp

index 70d712f750598bd3bbe76ab5adaf908822049c1d..3f5875534b7b5db3b5d12b5f8032323accc96a93 100644 (file)
@@ -13,7 +13,7 @@
 #include "llvm/DebugInfo/MSF/ByteStream.h"
 #include "llvm/DebugInfo/MSF/StreamReader.h"
 #include "llvm/DebugInfo/MSF/StreamWriter.h"
-#include "llvm/DebugInfo/PDB/Raw/HashTable.h"
+#include "llvm/DebugInfo/PDB/Native/HashTable.h"
 
 #include <vector>
 
index 653acf7408968c4ef7ee8259b1e21cddd34f9231..ebd6073f4a8d50ed4a113d6d8a4a06345332730b 100644 (file)
@@ -12,8 +12,8 @@
 #include "llvm/DebugInfo/MSF/ByteStream.h"
 #include "llvm/DebugInfo/MSF/StreamReader.h"
 #include "llvm/DebugInfo/MSF/StreamWriter.h"
-#include "llvm/DebugInfo/PDB/Raw/StringTable.h"
-#include "llvm/DebugInfo/PDB/Raw/StringTableBuilder.h"
+#include "llvm/DebugInfo/PDB/Native/StringTable.h"
+#include "llvm/DebugInfo/PDB/Native/StringTableBuilder.h"
 
 #include "gtest/gtest.h"