[PATCH] D123908: Add LLVM_SYS_PAGE_SIZE option to support 4K/8K/16K/64K page size system
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 18 02:23:02 PDT 2022
lebedev.ri added a comment.
If this is meant to specify the value for the target system, then certainly,
this is still hardcoding some value, that will still not be //always// right.
I would guess the solution should be to read it from the IR metadata.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123908/new/
https://reviews.llvm.org/D123908
More information about the llvm-commits
mailing list