We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2073458 commit 976577eCopy full SHA for 976577e
libclc/utils/prepare-builtins.cpp
@@ -1,9 +1,9 @@
1
#include "llvm/ADT/OwningPtr.h"
2
#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"
+#include "llvm/IR/Function.h"
+#include "llvm/IR/GlobalVariable.h"
+#include "llvm/IR/LLVMContext.h"
+#include "llvm/IR/Module.h"
7
#include "llvm/Support/CommandLine.h"
8
#include "llvm/Support/ManagedStatic.h"
9
#include "llvm/Support/MemoryBuffer.h"
0 commit comments