Skip to content

Commit 976577e

Browse files
committed
Fix build with LLVM 3.3
Patch by: Niels Ole Salscheider llvm-svn: 184989
1 parent 2073458 commit 976577e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libclc/utils/prepare-builtins.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#include "llvm/ADT/OwningPtr.h"
22
#include "llvm/Bitcode/ReaderWriter.h"
3-
#include "llvm/Function.h"
4-
#include "llvm/GlobalVariable.h"
5-
#include "llvm/LLVMContext.h"
6-
#include "llvm/Module.h"
3+
#include "llvm/IR/Function.h"
4+
#include "llvm/IR/GlobalVariable.h"
5+
#include "llvm/IR/LLVMContext.h"
6+
#include "llvm/IR/Module.h"
77
#include "llvm/Support/CommandLine.h"
88
#include "llvm/Support/ManagedStatic.h"
99
#include "llvm/Support/MemoryBuffer.h"

0 commit comments

Comments
 (0)