summaryrefslogtreecommitdiffstats
path: root/build/build-clang/partial-revert-llvmorg-17-init-17713-gc8e055d485ea.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:43:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:43:14 +0000
commit8dd16259287f58f9273002717ec4d27e97127719 (patch)
tree3863e62a53829a84037444beab3abd4ed9dfc7d0 /build/build-clang/partial-revert-llvmorg-17-init-17713-gc8e055d485ea.patch
parentReleasing progress-linux version 126.0.1-1~progress7.99u1. (diff)
downloadfirefox-8dd16259287f58f9273002717ec4d27e97127719.tar.xz
firefox-8dd16259287f58f9273002717ec4d27e97127719.zip
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'build/build-clang/partial-revert-llvmorg-17-init-17713-gc8e055d485ea.patch')
-rw-r--r--build/build-clang/partial-revert-llvmorg-17-init-17713-gc8e055d485ea.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/build/build-clang/partial-revert-llvmorg-17-init-17713-gc8e055d485ea.patch b/build/build-clang/partial-revert-llvmorg-17-init-17713-gc8e055d485ea.patch
deleted file mode 100644
index 96ac988380..0000000000
--- a/build/build-clang/partial-revert-llvmorg-17-init-17713-gc8e055d485ea.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Revert the parts of c8e055d485eabf1c8830d77797e3686ced0f7754 that require
-cead4eceb01b935fae07bf4a7e91911b344d2fec, which we revert.
-
-diff --git a/llvm/include/llvm/DebugInfo/BTF/BTFContext.h b/llvm/include/llvm/DebugInfo/BTF/BTFContext.h
-index c16bee613322..7b0412b91c2e 100644
---- a/llvm/include/llvm/DebugInfo/BTF/BTFContext.h
-+++ b/llvm/include/llvm/DebugInfo/BTF/BTFContext.h
-@@ -34,9 +34,6 @@ public:
- object::SectionedAddress Address,
- DILineInfoSpecifier Specifier = DILineInfoSpecifier()) override;
-
-- DILineInfo
-- getLineInfoForDataAddress(object::SectionedAddress Address) override;
--
- DILineInfoTable getLineInfoForAddressRange(
- object::SectionedAddress Address, uint64_t Size,
- DILineInfoSpecifier Specifier = DILineInfoSpecifier()) override;
-diff --git a/llvm/lib/DebugInfo/BTF/BTFContext.cpp b/llvm/lib/DebugInfo/BTF/BTFContext.cpp
-index 24898739b824..da0f9982881f 100644
---- a/llvm/lib/DebugInfo/BTF/BTFContext.cpp
-+++ b/llvm/lib/DebugInfo/BTF/BTFContext.cpp
-@@ -34,11 +34,6 @@ DILineInfo BTFContext::getLineInfoForAddress(SectionedAddress Address,
- return Result;
- }
-
--DILineInfo BTFContext::getLineInfoForDataAddress(SectionedAddress Address) {
-- // BTF does not convey such information.
-- return {};
--}
--
- DILineInfoTable
- BTFContext::getLineInfoForAddressRange(SectionedAddress Address, uint64_t Size,
- DILineInfoSpecifier Specifier) {