[all-commits] [llvm/llvm-project] 5b02be: [Clang] Pass -z max-page-size to linker for Fuchsia
Petr Hosek via All-commits
all-commits at lists.llvm.org
Sat May 9 13:45:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5b02be0b973a0d792bf8ce39170487f48b6cbd08
https://github.com/llvm/llvm-project/commit/5b02be0b973a0d792bf8ce39170487f48b6cbd08
Author: Petr Hosek <phosek at google.com>
Date: 2020-05-09 (Sat, 09 May 2020)
Changed paths:
M clang/lib/Driver/ToolChains/Fuchsia.cpp
M clang/test/Driver/fuchsia.c
Log Message:
-----------
[Clang] Pass -z max-page-size to linker for Fuchsia
Currently all Fuchsia ABIs use a 4k page size, departing from
the recommended page sizes in the respective psABI documents.
Differential Revision: https://reviews.llvm.org/D79667
More information about the All-commits
mailing list