klee
Version.h File Reference
#include "klee/Config/config.h"
Include dependency graph for Version.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LLVM_VERSION(major, minor)   (((major) << 8) | (minor))
 
#define LLVM_VERSION_CODE   LLVM_VERSION(LLVM_VERSION_MAJOR, LLVM_VERSION_MINOR)
 

Macro Definition Documentation

◆ LLVM_VERSION

#define LLVM_VERSION (   major,
  minor 
)    (((major) << 8) | (minor))

Definition at line 15 of file Version.h.

◆ LLVM_VERSION_CODE

#define LLVM_VERSION_CODE   LLVM_VERSION(LLVM_VERSION_MAJOR, LLVM_VERSION_MINOR)

Definition at line 16 of file Version.h.