aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/lld/ELF/ARMErrataFix.h
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2023-04-14 21:41:27 +0000
committerDimitry Andric <dim@FreeBSD.org>2023-07-23 17:38:08 +0000
commit320d4fb58b6b1c6a0c7ffeab3d4672d1479d5e17 (patch)
tree4b5e279a6f091bb6bdc639752cf4139dfd7053a4 /contrib/llvm-project/lld/ELF/ARMErrataFix.h
parent814cfa6ad43c73de9b8030f241f516dad3f669ef (diff)
downloadsrc-320d4fb58b6b1c6a0c7ffeab3d4672d1479d5e17.tar.gz
src-320d4fb58b6b1c6a0c7ffeab3d4672d1479d5e17.zip
Merge llvm-project main llvmorg-16-init-18548-gb0daacf58f41
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvmorg-16-init-18548-gb0daacf58f41. PR: 271047 MFC after: 1 month (cherry picked from commit bdd1243df58e60e85101c09001d9812a789b6bc4)
Diffstat (limited to 'contrib/llvm-project/lld/ELF/ARMErrataFix.h')
-rw-r--r--contrib/llvm-project/lld/ELF/ARMErrataFix.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/contrib/llvm-project/lld/ELF/ARMErrataFix.h b/contrib/llvm-project/lld/ELF/ARMErrataFix.h
index e400cf96feb5..2a7e6aaeff1c 100644
--- a/contrib/llvm-project/lld/ELF/ARMErrataFix.h
+++ b/contrib/llvm-project/lld/ELF/ARMErrataFix.h
@@ -13,13 +13,11 @@
#include "llvm/ADT/DenseMap.h"
#include <vector>
-namespace lld {
-namespace elf {
+namespace lld::elf {
class Defined;
class InputSection;
class InputSectionDescription;
-class OutputSection;
class Patch657417Section;
class ARMErr657417Patcher {
@@ -44,7 +42,6 @@ private:
bool initialized = false;
};
-} // namespace elf
-} // namespace lld
+} // namespace lld::elf
#endif