[all-commits] [llvm/llvm-project] 867fae: [MC] Migrate to createAsmStreamer without unused b...

Fangrui Song via All-commits all-commits at lists.llvm.org
Sun Jul 21 09:44:39 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 867faeec054abb4c035673189c1169fef45f54c8
      https://github.com/llvm/llvm-project/commit/867faeec054abb4c035673189c1169fef45f54c8
  Author: Fangrui Song <i at maskray.me>
  Date:   2024-07-21 (Sun, 21 Jul 2024)

  Changed paths:
    M bolt/lib/Passes/AsmDump.cpp
    M llvm/include/llvm/MC/TargetRegistry.h
    M llvm/lib/MC/MCAsmStreamer.cpp
    M llvm/lib/MC/TargetRegistry.cpp

  Log Message:
  -----------
  [MC] Migrate to createAsmStreamer without unused bool parameters

In bolt/lib/Passes/AsmDump.cpp, the MCInstPrinter is created with false
AsmVerbose. The AsmVerbose argument to createAsmStreamer is unused.

Deprecate the legacy Target::createAsmStreamer overload, which might be
used by downstream.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list