summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-03-26 02:25:54 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-03-26 02:25:54 +0000
commitb45836a2316e5c4245b5209d53876dbdb413194c (patch)
tree3826eb6c351afb3511cfc954e2880eb4a5585621 /clang/lib/CodeGen
parente60e57bee5af6ccc269402cb4b288afc1f2b3437 (diff)
downloadbcm5719-llvm-b45836a2316e5c4245b5209d53876dbdb413194c.tar.gz
bcm5719-llvm-b45836a2316e5c4245b5209d53876dbdb413194c.zip
The IRReader header is now part of its own library. Update the include
line and the library dependencies to reflect this. llvm-svn: 177972
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r--clang/lib/CodeGen/CMakeLists.txt1
-rw-r--r--clang/lib/CodeGen/CodeGenAction.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CMakeLists.txt b/clang/lib/CodeGen/CMakeLists.txt
index 98008ccde63..9ca2295a922 100644
--- a/clang/lib/CodeGen/CMakeLists.txt
+++ b/clang/lib/CodeGen/CMakeLists.txt
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
asmparser
bitreader
bitwriter
+ irreader
instrumentation
ipo
linker
diff --git a/clang/lib/CodeGen/CodeGenAction.cpp b/clang/lib/CodeGen/CodeGenAction.cpp
index 8591961928f..679cfeb6ed3 100644
--- a/clang/lib/CodeGen/CodeGenAction.cpp
+++ b/clang/lib/CodeGen/CodeGenAction.cpp
@@ -23,9 +23,9 @@
#include "llvm/Bitcode/ReaderWriter.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
+#include "llvm/IRReader/IRReader.h"
#include "llvm/Linker.h"
#include "llvm/Pass.h"
-#include "llvm/Support/IRReader.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/Timer.h"
OpenPOWER on IntegriCloud