[bazel] Turn on EXPERIMENTAL_KEY_INSTRUCTIONS
It has been introduced in #131344 and turned on at #144324
This commit is contained in:
parent
f1cee58789
commit
b8d21bf63b
@ -112,6 +112,8 @@ llvm_config_defines = os_defines + builtin_thread_pointer + select({
|
|||||||
"LLVM_VERSION_MINOR={}".format(LLVM_VERSION_MINOR),
|
"LLVM_VERSION_MINOR={}".format(LLVM_VERSION_MINOR),
|
||||||
"LLVM_VERSION_PATCH={}".format(LLVM_VERSION_PATCH),
|
"LLVM_VERSION_PATCH={}".format(LLVM_VERSION_PATCH),
|
||||||
r'LLVM_VERSION_STRING=\"{}\"'.format(PACKAGE_VERSION),
|
r'LLVM_VERSION_STRING=\"{}\"'.format(PACKAGE_VERSION),
|
||||||
|
# Set globally in HandleLLVMOptions.cmake
|
||||||
|
"EXPERIMENTAL_KEY_INSTRUCTIONS",
|
||||||
# These shouldn't be needed by the C++11 standard, but are for some
|
# These shouldn't be needed by the C++11 standard, but are for some
|
||||||
# platforms (e.g. glibc < 2.18. See
|
# platforms (e.g. glibc < 2.18. See
|
||||||
# https://sourceware.org/bugzilla/show_bug.cgi?id=15366). These are also
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=15366). These are also
|
||||||
|
Loading…
x
Reference in New Issue
Block a user