[all-commits] [llvm/llvm-project] 1ebad2: [BOLT][NFCI] Remove redundant instance of MCAsmBac...

maksfb via All-commits all-commits at lists.llvm.org
Tue Jun 13 13:14:28 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ebad216ef0471ddc25b27ab559f883029203411
      https://github.com/llvm/llvm-project/commit/1ebad216ef0471ddc25b27ab559f883029203411
  Author: Maksim Panchenko <maks at fb.com>
  Date:   2023-06-13 (Tue, 13 Jun 2023)

  Changed paths:
    M bolt/lib/Rewrite/RewriteInstance.cpp

  Log Message:
  -----------
  [BOLT][NFCI] Remove redundant instance of MCAsmBackend

Use instance of MCAsmBackend from BinaryContext instead of creating a
new one.

Reviewed By: Amir

Differential Revision: https://reviews.llvm.org/D152849




More information about the All-commits mailing list