We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1cee58 commit b8d21bfCopy full SHA for b8d21bf
utils/bazel/llvm-project-overlay/llvm/config.bzl
@@ -112,6 +112,8 @@ llvm_config_defines = os_defines + builtin_thread_pointer + select({
112
"LLVM_VERSION_MINOR={}".format(LLVM_VERSION_MINOR),
113
"LLVM_VERSION_PATCH={}".format(LLVM_VERSION_PATCH),
114
r'LLVM_VERSION_STRING=\"{}\"'.format(PACKAGE_VERSION),
115
+ # Set globally in HandleLLVMOptions.cmake
116
+ "EXPERIMENTAL_KEY_INSTRUCTIONS",
117
# These shouldn't be needed by the C++11 standard, but are for some
118
# platforms (e.g. glibc < 2.18. See
119
# https://sourceware.org/bugzilla/show_bug.cgi?id=15366). These are also
0 commit comments