Skip to content

Commit c6cfd38

Browse files
committed
[Bazel] Add LLVM_ENABLE_CURL to Bazel llvm-config.h.cmake for e0b259f
1 parent ab05ab5 commit c6cfd38

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/llvm-config.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@
9393
/* Define if we have z3 and want to build it */
9494
/* #undef LLVM_WITH_Z3 */
9595

96+
/* Define if we have curl and want to use it */
97+
/* #undef LLVM_ENABLE_CURL */
98+
9699
/* Define if LLVM was built with a dependency to the libtensorflow dynamic library */
97100
/* #undef LLVM_HAVE_TF_API */
98101

utils/bazel/llvm_configs/llvm-config.h.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@
8585
/* Define if we have z3 and want to build it */
8686
#cmakedefine LLVM_WITH_Z3 ${LLVM_WITH_Z3}
8787

88+
/* Define if we have curl and want to use it */
89+
#cmakedefine LLVM_ENABLE_CURL ${LLVM_ENABLE_CURL}
90+
8891
/* Define if LLVM was built with a dependency to the libtensorflow dynamic library */
8992
#cmakedefine LLVM_HAVE_TF_API
9093

0 commit comments

Comments
 (0)