================ @@ -25,6 +25,11 @@ using namespace llvm; +struct M68kFormalArgHandler : public M68kIncomingValueHandler { ---------------- nikic wrote: This should be wrapped into an anonymous namespace `namespace { }`, so it doesn't get exported. https://github.com/llvm/llvm-project/pull/72797