[all-commits] [llvm/llvm-project] e6e5e3: [llvm-readobj] Fix forward build breakages caused ...
Vy Nguyen via All-commits
all-commits at lists.llvm.org
Thu Mar 31 12:23:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6e5e3e025ec1ccb8ebaff6ce4d6212edc491602
https://github.com/llvm/llvm-project/commit/e6e5e3e025ec1ccb8ebaff6ce4d6212edc491602
Author: Vy Nguyen <vyng at google.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M llvm/tools/llvm-readobj/ObjDumper.h
Log Message:
-----------
[llvm-readobj] Fix forward build breakages caused by https://reviews.llvm.org/rG33b3c86afab06ad61d46456c85c0b565cfff8287
Change: use std::function instead of function_ref because it's not safe to store a function_ref
(original phab: https://reviews.llvm.org/D116787)
More information about the All-commits
mailing list