diff options
author | shadchin <shadchin@yandex-team.ru> | 2022-02-10 16:44:39 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:39 +0300 |
commit | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (patch) | |
tree | 64175d5cadab313b3e7039ebaa06c5bc3295e274 /contrib/libs/llvm12/include/llvm/Config/llvm-config-linux.h | |
parent | 2598ef1d0aee359b4b6d5fdd1758916d5907d04f (diff) | |
download | ydb-e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0.tar.gz |
Restoring authorship annotation for <shadchin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/llvm12/include/llvm/Config/llvm-config-linux.h')
-rw-r--r-- | contrib/libs/llvm12/include/llvm/Config/llvm-config-linux.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/contrib/libs/llvm12/include/llvm/Config/llvm-config-linux.h b/contrib/libs/llvm12/include/llvm/Config/llvm-config-linux.h index 98d7238363..bbfa47d111 100644 --- a/contrib/libs/llvm12/include/llvm/Config/llvm-config-linux.h +++ b/contrib/libs/llvm12/include/llvm/Config/llvm-config-linux.h @@ -70,16 +70,16 @@ #define LLVM_USE_PERF 1 /* Major version of the LLVM API */ -#define LLVM_VERSION_MAJOR 12 +#define LLVM_VERSION_MAJOR 12 /* Minor version of the LLVM API */ -#define LLVM_VERSION_MINOR 0 +#define LLVM_VERSION_MINOR 0 /* Patch version of the LLVM API */ -#define LLVM_VERSION_PATCH 1 +#define LLVM_VERSION_PATCH 1 /* LLVM version string */ -#define LLVM_VERSION_STRING "12.0.1" +#define LLVM_VERSION_STRING "12.0.1" /* Whether LLVM records statistics for use with GetStatistics(), * PrintStatistics() or PrintStatisticsJSON() @@ -92,15 +92,15 @@ /* Define if LLVM was built with a dependency to the libtensorflow dynamic library */ /* #undef LLVM_HAVE_TF_API */ -/* Define if LLVM was built with a dependency to the tensorflow compiler */ -/* #undef LLVM_HAVE_TF_AOT */ - -/* Define to 1 if you have the <sysexits.h> header file. */ -#define HAVE_SYSEXITS_H 1 - -/* Define to 1 to enable the experimental new pass manager by default */ -#define LLVM_ENABLE_NEW_PASS_MANAGER 0 - +/* Define if LLVM was built with a dependency to the tensorflow compiler */ +/* #undef LLVM_HAVE_TF_AOT */ + +/* Define to 1 if you have the <sysexits.h> header file. */ +#define HAVE_SYSEXITS_H 1 + +/* Define to 1 to enable the experimental new pass manager by default */ +#define LLVM_ENABLE_NEW_PASS_MANAGER 0 + #endif #ifdef __GNUC__ |