r199079 - [PM] Update Clang to reflect the new header for the bitcode writer pass

Chandler Carruth chandlerc at gmail.com
Sun Jan 12 23:47:38 PST 2014


Author: chandlerc
Date: Mon Jan 13 01:47:38 2014
New Revision: 199079

URL: http://llvm.org/viewvc/llvm-project?rev=199079&view=rev
Log:
[PM] Update Clang to reflect the new header for the bitcode writer pass
added in LLVM r199078.

Modified:
    cfe/trunk/lib/CodeGen/BackendUtil.cpp

Modified: cfe/trunk/lib/CodeGen/BackendUtil.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/BackendUtil.cpp?rev=199079&r1=199078&r2=199079&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/BackendUtil.cpp (original)
+++ cfe/trunk/lib/CodeGen/BackendUtil.cpp Mon Jan 13 01:47:38 2014
@@ -15,7 +15,7 @@
 #include "clang/Frontend/FrontendDiagnostic.h"
 #include "clang/Frontend/Utils.h"
 #include "llvm/Analysis/Verifier.h"
-#include "llvm/Bitcode/ReaderWriter.h"
+#include "llvm/Bitcode/BitcodeWriterPass.h"
 #include "llvm/CodeGen/RegAllocRegistry.h"
 #include "llvm/CodeGen/SchedulerRegistry.h"
 #include "llvm/IR/DataLayout.h"





More information about the cfe-commits mailing list