-
Notifications
You must be signed in to change notification settings - Fork 438
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate LLVM at llvm/llvm-project@933d3ee60007
Updates LLVM usage to match [933d3ee60007](llvm/llvm-project@933d3ee60007) PiperOrigin-RevId: 522226618
- Loading branch information
1 parent
5583d3d
commit 7b562aa
Showing
4 changed files
with
42 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters