[PATCH] D99822: [lld-macho] Add support for arm64_32
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 3 21:54:15 PDT 2021
tschuett added a comment.
No. Inheriting from multiple Classes.
struct ARM64: TargetInfo, ARMCommon {
...
}
But if ARMCommon already implements parts of TargetInfo, then it is fine.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99822/new/
https://reviews.llvm.org/D99822
More information about the llvm-commits
mailing list