]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Add ClangBase.lds for CLANG8 tool chain with max-page-size
authorLiming Gao <gaoliming@byosoft.com.cn>
Wed, 2 Jun 2021 08:11:40 +0000 (16:11 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 4 Jun 2021 09:20:06 +0000 (09:20 +0000)
commitc1aa3bab1259a54cd392831bc1dc1fd263436349
tree8f08068473d7af0ecfb6b39366007fd85527e4f9
parentc410ad4da4b7785170d3d42a3ba190c2caac6feb
BaseTools: Add ClangBase.lds for CLANG8 tool chain with max-page-size

LLVM LLD linker doesn't support common-page-size option. So, max-page-size
is used. To not impact GCC tool chain, new ClangBase.lds is added.

Signed-off-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Feng Bob C <bob.c.feng@intel.com>
BaseTools/Scripts/ClangBase.lds [new file with mode: 0644]