[all-commits] [llvm/llvm-project] 52f2bf: [JITLink][NFC] Make Block const in alignToBlock
Job Noorman via All-commits
all-commits at lists.llvm.org
Mon Apr 3 00:31:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52f2bfa41424ec6e8728f7863b4fbeb549893f98
https://github.com/llvm/llvm-project/commit/52f2bfa41424ec6e8728f7863b4fbeb549893f98
Author: Job Noorman <jnoorman at igalia.com>
Date: 2023-04-03 (Mon, 03 Apr 2023)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h
Log Message:
-----------
[JITLink][NFC] Make Block const in alignToBlock
Block is not mutated so can be made const.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D147316
More information about the All-commits
mailing list