[libc-commits] [PATCH] D89436: Update spec information.
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Oct 15 09:44:03 PDT 2020
michaelrj added inline comments.
================
Comment at: libc/spec/stdc.td:4
+ // Most type definitions are dealt with in spec.td, but FILE (and associated
+ // derivative types) are also defined in libc/config/public_api.td.
+ // This causes a problem if the FILE type is defined in spec.td, so it is left
----------------
sivachandra wrote:
> Can you point to the line in `public_api.td` which has the definitions for `FILE` related types.
oops, that should say libc/config/[platform]/api.td, and the line is 30: https://github.com/llvm/llvm-project/blob/master/libc/config/linux/api.td#L30. The comment is now updated to reflect that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89436/new/
https://reviews.llvm.org/D89436
More information about the libc-commits
mailing list