[Bazel] Add LLVM_ENABLE_CURL to Bazel llvm-config.h.cmake for e0b259f2
This commit is contained in:
parent
ab05ab59a7
commit
c6cfd385b1
|
|
@ -93,6 +93,9 @@
|
|||
/* Define if we have z3 and want to build it */
|
||||
/* #undef LLVM_WITH_Z3 */
|
||||
|
||||
/* Define if we have curl and want to use it */
|
||||
/* #undef LLVM_ENABLE_CURL */
|
||||
|
||||
/* Define if LLVM was built with a dependency to the libtensorflow dynamic library */
|
||||
/* #undef LLVM_HAVE_TF_API */
|
||||
|
||||
|
|
|
|||
|
|
@ -85,6 +85,9 @@
|
|||
/* Define if we have z3 and want to build it */
|
||||
#cmakedefine LLVM_WITH_Z3 ${LLVM_WITH_Z3}
|
||||
|
||||
/* Define if we have curl and want to use it */
|
||||
#cmakedefine LLVM_ENABLE_CURL ${LLVM_ENABLE_CURL}
|
||||
|
||||
/* Define if LLVM was built with a dependency to the libtensorflow dynamic library */
|
||||
#cmakedefine LLVM_HAVE_TF_API
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue