all: misc and noexcept updates

This commit is contained in:
Markus F.X.J. Oberhumer
2023-07-09 17:36:24 +02:00
parent 300fa29446
commit 7ec0faca1e
41 changed files with 589 additions and 69 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ static const CLANG_FORMAT_DUMMY_STATEMENT
PackWinCeArm::PackWinCeArm(InputFile *f) : super(f) {}
PackWinCeArm::~PackWinCeArm() {}
PackWinCeArm::~PackWinCeArm() noexcept {}
Linker *PackWinCeArm::newLinker() const { return new ElfLinkerArmLE; }