[all-commits] [llvm/llvm-project] 109b7d: MC: Remove unneeded VK_None argument to MCSymbolRe...

Fangrui Song via All-commits all-commits at lists.llvm.org
Fri Jun 27 21:23:10 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 109b7d965c58a89e1d01676125d53518e1913f96
      https://github.com/llvm/llvm-project/commit/109b7d965c58a89e1d01676125d53518e1913f96
  Author: Fangrui Song <i at maskray.me>
  Date:   2025-06-27 (Fri, 27 Jun 2025)

  Changed paths:
    M bolt/lib/Core/BinaryFunction.cpp
    M bolt/lib/Passes/Instrumentation.cpp
    M bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
    M bolt/lib/Target/RISCV/RISCVMCPlusBuilder.cpp
    M bolt/lib/Target/X86/X86MCPlusBuilder.cpp

  Log Message:
  -----------
  MC: Remove unneeded VK_None argument to MCSymbolRefExpr::create calls

The MCSymbolRefExpr::create overload with the specifier parameter is
discouraged and being phased out. Expressions with relocation specifiers
should use MCSpecifierExpr instead.



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