[PATCH] D113168: [clang-tblgen] Fix non-determinism in generating AttrSubMatchRulesParserStringSwitches.inc

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 9 03:36:06 PST 2021


ikudrin added a comment.

The compiler has to be deterministic and one way to check that is to recompile a relatively large project several times. For `clang`, that large project is usually `clang` itself, so it has to be compiled in a stable way.

Anyway, I've prepared a fix for generating the documentation, D113477 <https://reviews.llvm.org/D113477>. Please, take a look.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113168



More information about the llvm-commits mailing list