flip1995 added a comment. > The refactoring adding `Triple` to `MCContext::MCContext` [...] should be > separate.
In order to make the `MCContext` construction independent from the `MCObjectFileInfo`, passing the `Triple` to the `MCContext` is necessary anyway. Moving it completely to the `MCContext` was just the logical next step for me. It also simplifies calls across the code base since it removes an indirection over `MOFI` when accessing the triple. I'll update this on Monday 👍 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D101462/new/ https://reviews.llvm.org/D101462 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits