[PATCH] D55134: [CTU] Add triple/lang mismatch handling
Yuanfang Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 5 21:58:39 PST 2022
ychen added a comment.
Herald added a reviewer: Szelethus.
Herald added a subscriber: steakhal.
FWIW, ASTUnit seems to save an effective triple while the current AST uses the nominal triple. (for example, `armv7a-xx-xx-eabihf` vs `armv7a-xx-xx-eabi`). I'm not sure if there is a good solution other than using heuristics to allow some differences.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55134/new/
https://reviews.llvm.org/D55134
More information about the cfe-commits
mailing list