diff --git a/third_party/llvm/generated.patch b/third_party/llvm/generated.patch index 509398da979e83..794bcea0612232 100644 --- a/third_party/llvm/generated.patch +++ b/third_party/llvm/generated.patch @@ -1 +1,14 @@ Auto generated patch. Do not edit or delete it, even if empty. +diff -ruN --strip-trailing-cr a/utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel +--- a/utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel ++++ b/utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel +@@ -136,7 +136,9 @@ + "//libc:__support_cpp_bit", + "//libc:__support_cpp_type_traits", + "//libc:__support_fputil_basic_operations", ++ "//libc:__support_fputil_fenv_impl", + "//libc:__support_fputil_fp_bits", ++ "//libc:hdr_fenv_macros", + "//libc:hdr_math_macros", + "//libc/test/UnitTest:LibcUnitTest", + "//libc/test/UnitTest:fp_test_helpers", diff --git a/third_party/llvm/workspace.bzl b/third_party/llvm/workspace.bzl index 40efff0a95c46a..91a2f0bbc0268d 100644 --- a/third_party/llvm/workspace.bzl +++ b/third_party/llvm/workspace.bzl @@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tf_http_archive") def repo(name): """Imports LLVM.""" - LLVM_COMMIT = "55d2fffdae5531759569e4ea8985c3de2e96bcc1" - LLVM_SHA256 = "1b4d9eae2d867c00b9014a33f534a62b9622b774cad536620ad183dcb3a9b8db" + LLVM_COMMIT = "79393124ff74aaaf6a43f7c88e67fd76a6e44239" + LLVM_SHA256 = "4aa328c96433b8a567e94f75ad27bc5f5aa52507a2bca9b3206896c8f62a94fa" tf_http_archive( name = name,