[PATCH] D24891: [ELF] Support -z max-page-size option

Petr Hosek via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 25 02:05:03 PDT 2016


phosek added a comment.

You will get the invalid value error (I've added a test for this). This is handled by the `Value->getAsInteger` method since the value is defined as `uint64_t`.


https://reviews.llvm.org/D24891





More information about the llvm-commits mailing list