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.4-dev"
#define MIM_VER_MAJOR   0
#define MIM_VER_MINOR   4
#define MIM_VER_PATCH
#define MIM_VER_SUFFIX   "-dev"
#define MIM_GIT_HASH   "18aed7c"
#define MIM_INSTALL_PREFIX   "/usr/local"
#define MIM_LIBDIR   "lib"
#define MIM_DATADIR   "share"
#define MIM_EXPORT   __attribute__((visibility("default")))
#define MIM_IMPORT
#define MIM_NOINLINE   __attribute__((noinline))

Macro Definition Documentation

◆ MIM_DATADIR

#define MIM_DATADIR   "share"

Definition at line 14 of file config.h.

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

◆ MIM_ENABLE_CHECKS

#define MIM_ENABLE_CHECKS

Definition at line 3 of file config.h.

◆ MIM_EXPORT

◆ MIM_GIT_HASH

#define MIM_GIT_HASH   "18aed7c"

Definition at line 10 of file config.h.

◆ MIM_IMPORT

#define MIM_IMPORT

Definition at line 22 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"

◆ MIM_NOINLINE

#define MIM_NOINLINE   __attribute__((noinline))

Definition at line 23 of file config.h.

◆ MIM_VER

#define MIM_VER   "0.4-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   4

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.