[all-commits] [llvm/llvm-project] 5eb7b3: [BOLT] Gadget scanner: make use of C++17 features ...

Anatoly Trosinenko via All-commits all-commits at lists.llvm.org
Thu Jun 19 05:17:16 PDT 2025


  Branch: refs/heads/users/atrosinenko/bolt-gs-modernize
  Home:   https://github.com/llvm/llvm-project
  Commit: 5eb7b322e929eb51c02cc44e0de0f8b38134cbf3
      https://github.com/llvm/llvm-project/commit/5eb7b322e929eb51c02cc44e0de0f8b38134cbf3
  Author: Anatoly Trosinenko <atrosinenko at accesssoftek.com>
  Date:   2025-06-19 (Thu, 19 Jun 2025)

  Changed paths:
    M bolt/lib/Passes/PAuthGadgetScanner.cpp
    M bolt/test/binary-analysis/AArch64/gs-pauth-debug-output.s

  Log Message:
  -----------
  [BOLT] Gadget scanner: make use of C++17 features and LLVM helpers

Perform trivial syntactical cleanups:
* make use of structured binding declarations
* use LLVM utility functions when appropriate
* omit braces around single expression inside single-line LLVM_DEBUG()

This patch is NFC aside from minor debug output changes.



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