[PATCH] D101923: [TableGen] Make the NUL character invalid in .td files

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 7 13:37:32 PDT 2021


dblaikie added a comment.

Hmm, guess there's no way to review the nul character test file? (I can't download the patch, can't view it in phab)

Maybe it'd make sense to separate the nul char file from the text file that has the RUN and CHECK lines? /maybe/ it could be a plain text file that gets modified to include a null character (eg: a RUN line that uses 'cat' to add a nul character at the start of the file?)?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101923/new/

https://reviews.llvm.org/D101923



More information about the llvm-commits mailing list