[go: nahoru, domu]

Skip to content

Commit

Permalink
Integrate LLVM at llvm/llvm-project@79393124ff74
Browse files Browse the repository at this point in the history
Updates LLVM usage to match
[79393124ff74](llvm/llvm-project@79393124ff74)

PiperOrigin-RevId: 640995571
  • Loading branch information
tensorflower-gardener committed Jun 6, 2024
1 parent 815fafa commit a2c4fbf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions third_party/llvm/generated.patch
Original file line number Diff line number Diff line change
@@ -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",
4 changes: 2 additions & 2 deletions third_party/llvm/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a2c4fbf

Please sign in to comment.