[PATCH] D112916: Confusable identifiers detection

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 3 03:46:04 PDT 2022


thakis added a comment.

I haven't checked, but this probably doesn't do the right thing in cross builds (eg building a Mac/arm binary on a Mac/Intel machine - i think the gen_confusables binary will likely end up being an arm binary then, and it won't be able to run during the build). See https://reviews.llvm.org/D126397 and discussion there for how to handle that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112916



More information about the cfe-commits mailing list