[libcxx-commits] [PATCH] D75541: Split findUnwindSectionByPhdr by targets--arm eabi and others.
Fangrui Song via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 3 11:00:32 PST 2020
MaskRay added a comment.
The title is
> Split findUnwindSectionByPhdr by targets--arm eabi and others.
However, the patch just changes 2 `auto ` to `auto *`? Is there any missing change in this patch?
The two `auto *` should be safe.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75541/new/
https://reviews.llvm.org/D75541
More information about the libcxx-commits
mailing list