File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
llvm-project-overlay/llvm/include/llvm/Config Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 93
93
/* Define if we have z3 and want to build it */
94
94
/* #undef LLVM_WITH_Z3 */
95
95
96
+ /* Define if we have curl and want to use it */
97
+ /* #undef LLVM_ENABLE_CURL */
98
+
96
99
/* Define if LLVM was built with a dependency to the libtensorflow dynamic library */
97
100
/* #undef LLVM_HAVE_TF_API */
98
101
Original file line number Diff line number Diff line change 85
85
/* Define if we have z3 and want to build it */
86
86
#cmakedefine LLVM_WITH_Z3 ${LLVM_WITH_Z3}
87
87
88
+ /* Define if we have curl and want to use it */
89
+ #cmakedefine LLVM_ENABLE_CURL ${LLVM_ENABLE_CURL}
90
+
88
91
/* Define if LLVM was built with a dependency to the libtensorflow dynamic library */
89
92
#cmakedefine LLVM_HAVE_TF_API
90
93
You can’t perform that action at this time.
0 commit comments