[PATCH] D97748: [SystemZ][z/OS] Add support to validate a HLASM Label.

Anirudh Prasad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 4 15:33:40 PST 2021


anirudhp added a comment.

> And the current implementation here expects UTF-8 (or that's what the internal character encoding is assumed to be anyway). There's a patch for `-fexec-charset` and the string being parsed here went into the IR in what form?

Currently, the asm string goes into the IR in ASCII, irrespective of the `-fexec-charset` option.


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

https://reviews.llvm.org/D97748



More information about the llvm-commits mailing list