Skip to content

Commit 76e1a53

Browse files
committed
[llvm][bazel] Fix llvm-config after 3613b26.
1 parent a9e8a3a commit 76e1a53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,7 @@
198198
/* Define if plugins enabled */
199199
#cmakedefine LLVM_ENABLE_PLUGINS
200200

201+
/* Define if logf128 is available */
202+
#cmakedefine LLVM_HAS_LOGF128
203+
201204
#endif

0 commit comments

Comments
 (0)