chigraph  master
Systems programming language written for beginners in LLVM
LLVMVersion.hpp File Reference
#include <llvm/Config/llvm-config.h>
+ Include dependency graph for LLVMVersion.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CHI_LLVM_VERSION_HPP
 
#define LLVM_VERSION_AT_LEAST(major, minor)   ((LLVM_VERSION_MAJOR == major && LLVM_VERSION_MINOR >= minor) || (LLVM_VERSION_MAJOR > major))
 
#define LLVM_VERSION_LESS_EQUAL(major, minor)   ((LLVM_VERSION_MAJOR == major && LLVM_VERSION_MINOR <= minor) || (LLVM_VERSION_MAJOR < major))