[all-commits] [llvm/llvm-project] 1c42f8: [JITLink] Fix whitespace in debug dumps (NFC)

Stefan Gränitz via All-commits all-commits at lists.llvm.org
Wed Feb 15 01:55:28 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1c42f8e69d8fb524d4c07c5134df1a9a121d2d86
      https://github.com/llvm/llvm-project/commit/1c42f8e69d8fb524d4c07c5134df1a9a121d2d86
  Author: Stefan Gränitz <stefan.graenitz at gmail.com>
  Date:   2023-02-15 (Wed, 15 Feb 2023)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/JITLink/TableManager.h
    M llvm/include/llvm/ExecutionEngine/JITLink/i386.h
    M llvm/include/llvm/ExecutionEngine/JITLink/x86_64.h

  Log Message:
  -----------
  [JITLink] Fix whitespace in debug dumps (NFC)


  Commit: 59b8db1db8ec8c78184f6e8a12f6a86807f0115d
      https://github.com/llvm/llvm-project/commit/59b8db1db8ec8c78184f6e8a12f6a86807f0115d
  Author: Stefan Gränitz <stefan.graenitz at gmail.com>
  Date:   2023-02-15 (Wed, 15 Feb 2023)

  Changed paths:
    M llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp
    M llvm/lib/ExecutionEngine/JITLink/ELF_i386.cpp
    M llvm/lib/ExecutionEngine/JITLink/ELF_loongarch.cpp
    M llvm/lib/ExecutionEngine/JITLink/ELF_riscv.cpp

  Log Message:
  -----------
  [JITLink] Drop const qualifier from argument to ELFLinkGraphBuilder's ctors (NFC)

These values are moved into the base class constructors, so the `const` doesn't make any sense. Turns out, I accidentally introduced it myself with 2ed91da0f1f3 and since than it spread by copy/paste.


Compare: https://github.com/llvm/llvm-project/compare/7d9cf97f80f0...59b8db1db8ec


More information about the All-commits mailing list