mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 13:16:07 +00:00

Target::SetArchitecture() does not necessarily set the triple that is being passed in, and will unconditionally log the real architecture to the log channel. By flipping the order between the log outputs, the resulting combined log makes a lot more sense to read.