Clover Git
OpenCL 1.1 software implementation

compiler.cpp File Reference

Compiler wrapper around Clang. More...

#include "compiler.h"
#include <cstring>
#include <string>
#include <sstream>
#include <iostream>
#include <clang/Frontend/CompilerInvocation.h>
#include <clang/Frontend/TextDiagnosticPrinter.h>
#include <clang/Frontend/LangStandard.h>
#include <clang/Basic/Diagnostic.h>
#include <clang/CodeGen/CodeGenAction.h>
#include <llvm/ADT/SmallVector.h>
#include <llvm/Support/Host.h>
#include <llvm/Module.h>
#include <llvm/LLVMContext.h>
Include dependency graph for compiler.cpp:

Go to the source code of this file.


Detailed Description

Compiler wrapper around Clang.

Definition in file compiler.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines