summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView
diff options
context:
space:
mode:
authorBill Seurer <seurer@linux.vnet.ibm.com>2015-12-24 18:54:35 +0000
committerBill Seurer <seurer@linux.vnet.ibm.com>2015-12-24 18:54:35 +0000
commit8771bbfbe2c6572670d1ca6ee9f68b7e920d3482 (patch)
tree8e7166809dfda8c92ca1af227e2c2e96f9c4849a /llvm/lib/DebugInfo/CodeView
parentdd38b1bf12dc7f54fb4ee4bc6265cad0ce930273 (diff)
downloadbcm5719-llvm-8771bbfbe2c6572670d1ca6ee9f68b7e920d3482.tar.gz
bcm5719-llvm-8771bbfbe2c6572670d1ca6ee9f68b7e920d3482.zip
Fix case of path name
llvm-svn: 256388
Diffstat (limited to 'llvm/lib/DebugInfo/CodeView')
-rw-r--r--llvm/lib/DebugInfo/CodeView/TypeTableBuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/CodeView/TypeTableBuilder.cpp b/llvm/lib/DebugInfo/CodeView/TypeTableBuilder.cpp
index 3f20caa31c5..ebee8d6450c 100644
--- a/llvm/lib/DebugInfo/CodeView/TypeTableBuilder.cpp
+++ b/llvm/lib/DebugInfo/CodeView/TypeTableBuilder.cpp
@@ -13,7 +13,7 @@
#include "llvm/DebugInfo/CodeView/MethodListRecordBuilder.h"
#include "llvm/DebugInfo/CodeView/TypeIndex.h"
#include "llvm/DebugInfo/CodeView/TypeRecordBuilder.h"
-#include "llvm/support/raw_ostream.h"
+#include "llvm/Support/raw_ostream.h"
using namespace llvm;
using namespace codeview;
OpenPOWER on IntegriCloud