You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
421 B
10 lines
421 B
|
|
#define EVMJIT_VERSION "${EVMJIT_VERSION}"
|
|
#define EVMJIT_VERSION_MAJOR ${EVMJIT_VERSION_MAJOR}
|
|
#define EVMJIT_VERSION_MINOR ${EVMJIT_VERSION_MINOR}
|
|
#define EVMJIT_VERSION_PATCH ${EVMJIT_VERSION_PATCH}
|
|
#define EVMJIT_VERSION_PRERELEASE "${EVMJIT_VERSION_PRERELEASE}"
|
|
#define EVMJIT_VERSION_FULL "${EVMJIT_VERSION_FULL}"
|
|
|
|
#define LLVM_VERSION "${LLVM_PACKAGE_VERSION}"
|
|
#define LLVM_ASSERTIONS "${LLVM_ENABLE_ASSERTIONS}"
|
|
|