Skip to content

Commit b8d21bf

Browse files
committed
[bazel] Turn on EXPERIMENTAL_KEY_INSTRUCTIONS
It has been introduced in #131344 and turned on at #144324
1 parent f1cee58 commit b8d21bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/bazel/llvm-project-overlay/llvm/config.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ llvm_config_defines = os_defines + builtin_thread_pointer + select({
112112
"LLVM_VERSION_MINOR={}".format(LLVM_VERSION_MINOR),
113113
"LLVM_VERSION_PATCH={}".format(LLVM_VERSION_PATCH),
114114
r'LLVM_VERSION_STRING=\"{}\"'.format(PACKAGE_VERSION),
115+
# Set globally in HandleLLVMOptions.cmake
116+
"EXPERIMENTAL_KEY_INSTRUCTIONS",
115117
# These shouldn't be needed by the C++11 standard, but are for some
116118
# platforms (e.g. glibc < 2.18. See
117119
# https://sourceware.org/bugzilla/show_bug.cgi?id=15366). These are also

0 commit comments

Comments
 (0)