MimIR
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
config.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MIM_ENABLE_CHECKS
#define MIM_VER   "0.3-dev"
#define MIM_VER_MAJOR   0
#define MIM_VER_MINOR   3
#define MIM_VER_PATCH
#define MIM_VER_SUFFIX   "-dev"
#define MIM_GIT_HASH   "a7b6e38"
#define MIM_INSTALL_PREFIX   "/usr/local"
#define MIM_LIBDIR   "lib"
#define MIM_EXPORT   __attribute__((visibility("default")))
#define MIM_IMPORT

Macro Definition Documentation

◆ MIM_ENABLE_CHECKS

#define MIM_ENABLE_CHECKS

Definition at line 3 of file config.h.

Referenced by main().

◆ MIM_EXPORT

◆ MIM_GIT_HASH

#define MIM_GIT_HASH   "a7b6e38"

Definition at line 10 of file config.h.

◆ MIM_IMPORT

#define MIM_IMPORT

Definition at line 20 of file config.h.

◆ MIM_INSTALL_PREFIX

#define MIM_INSTALL_PREFIX   "/usr/local"

Definition at line 12 of file config.h.

Referenced by mim::Driver::Driver().

◆ MIM_LIBDIR

#define MIM_LIBDIR   "lib"

Definition at line 13 of file config.h.

Referenced by mim::Driver::Driver().

◆ MIM_VER

#define MIM_VER   "0.3-dev"

Definition at line 5 of file config.h.

◆ MIM_VER_MAJOR

#define MIM_VER_MAJOR   0

Definition at line 6 of file config.h.

◆ MIM_VER_MINOR

#define MIM_VER_MINOR   3

Definition at line 7 of file config.h.

◆ MIM_VER_PATCH

#define MIM_VER_PATCH

Definition at line 8 of file config.h.

◆ MIM_VER_SUFFIX

#define MIM_VER_SUFFIX   "-dev"

Definition at line 9 of file config.h.