[libc-commits] [PATCH] D137838: [Support] Move TargetParsers to new component
Wang Pengcheng via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Dec 28 00:48:39 PST 2022
pcwang-thead added inline comments.
================
Comment at: llvm/include/llvm/Support/RISCVISAInfo.h:10
+/// \file
+/// This header is deprecated in favour of `llvm/Support/RISCVISAInfo.h`.
+///
----------------
zixuan-wu wrote:
> I think there is a typo that should be 'in favour of `llvm/TargetParser/RISCVISAInfo.h` '
I may move `RISCVISAInfo` back to `Support` and fix this in D140529.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137838/new/
https://reviews.llvm.org/D137838
More information about the libc-commits
mailing list