[llvm] r256388 - Fix case of path name
Bill Seurer via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 24 10:54:35 PST 2015
Author: seurer
Date: Thu Dec 24 12:54:35 2015
New Revision: 256388
URL: http://llvm.org/viewvc/llvm-project?rev=256388&view=rev
Log:
Fix case of path name
Modified:
llvm/trunk/lib/DebugInfo/CodeView/TypeTableBuilder.cpp
Modified: llvm/trunk/lib/DebugInfo/CodeView/TypeTableBuilder.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/CodeView/TypeTableBuilder.cpp?rev=256388&r1=256387&r2=256388&view=diff
==============================================================================
--- llvm/trunk/lib/DebugInfo/CodeView/TypeTableBuilder.cpp (original)
+++ llvm/trunk/lib/DebugInfo/CodeView/TypeTableBuilder.cpp Thu Dec 24 12:54:35 2015
@@ -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;
More information about the llvm-commits
mailing list