[all-commits] [llvm/llvm-project] a132f5: [BOLT] Fix a warning in release builds

kazutakahirata via All-commits all-commits at lists.llvm.org
Mon Jun 19 20:03:01 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a132f5eb77a8102f979cb9fc8523f9445fc71645
      https://github.com/llvm/llvm-project/commit/a132f5eb77a8102f979cb9fc8523f9445fc71645
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-06-19 (Mon, 19 Jun 2023)

  Changed paths:
    M bolt/lib/Core/BinarySection.cpp

  Log Message:
  -----------
  [BOLT] Fix a warning in release builds

This patch fixes:

  bolt/lib/Core/BinarySection.cpp:120:24: error: unused variable
  'Relocation' [-Werror,-Wunused-variable]




More information about the All-commits mailing list