Skip to content

Commit

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

PiperOrigin-RevId: 522226618
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Apr 6, 2023
1 parent 5583d3d commit 7b562aa
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 4 deletions.
19 changes: 19 additions & 0 deletions third_party/llvm/generated.patch
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
Auto generated patch. Do not edit or delete it, even if empty.
diff -ruN --strip-trailing-cr a/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86.h b/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86.h
--- a/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86.h
+++ b/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86.h
@@ -19,15 +19,6 @@
RegisterInfo orig_ax_info)
: RegisterInfoInterface(target_arch), m_orig_ax_info(orig_ax_info) {}

- static size_t GetGPRSizeStatic();
- size_t GetGPRSize() const override { return GetGPRSizeStatic(); }
-
- const lldb_private::RegisterInfo *GetRegisterInfo() const override;
-
- uint32_t GetRegisterCount() const override;
-
- uint32_t GetUserRegisterCount() const override;
-
const RegisterInfo &GetOrigAxInfo() const { return m_orig_ax_info; }

private:
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 = "8f5db5332b2a4e9465f12e3192120eb28935e1a0"
LLVM_SHA256 = "1c8cc1d53a63d9ac2d05c12a112f7391e551f54f2a8ef8a79e24ba63731f7532"
LLVM_COMMIT = "933d3ee60007f5798319cad05b981cb265578ba0"
LLVM_SHA256 = "aa35207ea3af74ef38c13cef3679cb66d1c535e2ec0d339dca531be5b1f7b925"

tf_http_archive(
name = name,
Expand Down
19 changes: 19 additions & 0 deletions third_party/tsl/third_party/llvm/generated.patch
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
Auto generated patch. Do not edit or delete it, even if empty.
diff -ruN --strip-trailing-cr a/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86.h b/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86.h
--- a/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86.h
+++ b/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86.h
@@ -19,15 +19,6 @@
RegisterInfo orig_ax_info)
: RegisterInfoInterface(target_arch), m_orig_ax_info(orig_ax_info) {}

- static size_t GetGPRSizeStatic();
- size_t GetGPRSize() const override { return GetGPRSizeStatic(); }
-
- const lldb_private::RegisterInfo *GetRegisterInfo() const override;
-
- uint32_t GetRegisterCount() const override;
-
- uint32_t GetUserRegisterCount() const override;
-
const RegisterInfo &GetOrigAxInfo() const { return m_orig_ax_info; }

private:
4 changes: 2 additions & 2 deletions third_party/tsl/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 = "8f5db5332b2a4e9465f12e3192120eb28935e1a0"
LLVM_SHA256 = "1c8cc1d53a63d9ac2d05c12a112f7391e551f54f2a8ef8a79e24ba63731f7532"
LLVM_COMMIT = "933d3ee60007f5798319cad05b981cb265578ba0"
LLVM_SHA256 = "aa35207ea3af74ef38c13cef3679cb66d1c535e2ec0d339dca531be5b1f7b925"

tf_http_archive(
name = name,
Expand Down

0 comments on commit 7b562aa

Please sign in to comment.