[lldb/Platform] Always print Kernel last
Specializations of the Platform class print the kernel after calling the super method. By printing the kernel at the end in the super class, we guarantee the order is the same on different platforms.
Loading
Please sign in to comment