Skip to content

Commit 4dfcc02

Browse files
akuegelJaddyen
authored andcommitted
[Bazel] Port a9ee8e4
1 parent 6ce3064 commit 4dfcc02

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

utils/bazel/llvm_configs/config.h.cmake

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,12 @@
236236
/* Have host's ___chkstk_ms */
237237
#cmakedefine HAVE____CHKSTK_MS ${HAVE____CHKSTK_MS}
238238

239+
/* Define if ICU library is available */
240+
#cmakedefine01 HAVE_ICU
241+
242+
/* Define if iconv library is available */
243+
#cmakedefine01 HAVE_ICONV
244+
239245
/* Linker version detected at compile time. */
240246
#cmakedefine HOST_LINK_VERSION "${HOST_LINK_VERSION}"
241247

0 commit comments

Comments
 (0)