|
chigraph
master
Systems programming language written for beginners in LLVM
|
#include "chi/Fwd.hpp"#include <boost/filesystem/path.hpp>#include <boost/utility/string_view.hpp>
Include dependency graph for CCompiler.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| chi | |
| The namespace where chigraph lives. | |
Functions | |
| Result | chi::compileCToLLVM (const boost::filesystem::path &ctollvmPath, llvm::LLVMContext &llvmContext, std::vector< std::string > arguments, boost::string_view inputCCode, std::unique_ptr< llvm::Module > *toFill) |
Use chi-ctollvm to compile C source code to a llvm module It also uses stdCIncludePaths to find basic include paths. More... | |