![]() |
Clover Git
OpenCL 1.1 software implementation
|
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.
Compiler wrapper around Clang.
Definition in file compiler.cpp.
1.7.3