[PATCH] D64931: Change X86 datalayout for three address spaces that specify pointer sizes.
Amy Huang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 8 15:43:42 PDT 2019
akhuang added a comment.
@lebedev.ri The test case datalayout strings were changed because somewhere llvm asserts that the string in the IR matches the backend datalayout. I don't know why I wasn't getting the assert error now, but I think they'll all have to be changed if we change the X86 datalayout?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64931/new/
https://reviews.llvm.org/D64931
More information about the cfe-commits
mailing list