[all-commits] [llvm/llvm-project] 139744: [BOLT][NFC] Suppress unused variable warnings

Amir Ayupov via All-commits all-commits at lists.llvm.org
Fri May 13 12:10:37 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 139744ac5388e86139b1e33e0bf25359947e2522
      https://github.com/llvm/llvm-project/commit/139744ac5388e86139b1e33e0bf25359947e2522
  Author: Amir Ayupov <aaupov at fb.com>
  Date:   2022-05-13 (Fri, 13 May 2022)

  Changed paths:
    M bolt/lib/Core/BinaryFunction.cpp
    M bolt/lib/Core/DebugData.cpp
    M bolt/lib/Passes/RegReAssign.cpp
    M bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
    M bolt/lib/Target/X86/X86MCPlusBuilder.cpp

  Log Message:
  -----------
  [BOLT][NFC] Suppress unused variable warnings

Address warnings in Release build without assertions.
Tip @tschuett for reporting the issue #55404.

Reviewed By: rafauler

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




More information about the All-commits mailing list