[PATCH] D37820: [BinaryFormat] Teach identify_magic about Tapi files.

Juergen Ributzka via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 31 14:14:21 PDT 2018


We do have that now. All TAPI files start now with "--- !tapi". It is only
that the first version doesn't have that marker and that is why we have to
fall back to this extra check.

On Wed, Oct 31, 2018 at 12:34 PM Saleem Abdulrasool via Phabricator <
reviews at reviews.llvm.org> wrote:

> compnerd accepted this revision.
> compnerd added a comment.
> This revision is now accepted and ready to land.
> Herald added a subscriber: dexonsmith.
>
> Unfortunately, the TAPI releases are in the wild, so we need to support
> the old files.  It would be nice to have some sort of marker on the file
> (similar to a shebang) to indicate that it is a TAPI file.
>
>
> Repository:
>   rL LLVM
>
> https://reviews.llvm.org/D37820
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181031/f7224bd4/attachment.html>


More information about the llvm-commits mailing list