[PATCH] D157331: [clang] Implement C23 <stdckdint.h>
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 5 12:42:04 PDT 2023
aaron.ballman added a comment.
In D157331#4653222 <https://reviews.llvm.org/D157331#4653222>, @jrtc27 wrote:
> One more thought: we need to specify a triple for the tests as otherwise it'll use whatever default you have configured in LLVM, which will affect the exact code generated (especially wrt argument and return lowering), no?
Now that we're using the script (which generates a lot more CHECK lines), I think we will have to add a triple, good catch. `x86_64-unknown-unknown` seems like it would be a reasonable triple (but I defer to @jrtc27 if she's got other ideas).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157331/new/
https://reviews.llvm.org/D157331
More information about the cfe-commits
mailing list