commit | da241f2f4fc8b6de78faa7215c0e7bd8b95c1ca4 | [log] [tgz] |
---|---|---|
author | Shawn Shan <Shawn.Shan@arm.com> | Wed Jun 23 15:14:27 2021 +0800 |
committer | Ken Liu <ken.liu@arm.com> | Thu Jun 24 10:04:13 2021 +0200 |
tree | 9492603d0494b419ebbe4510ba76827263bcd941 | |
parent | d172b357644418e330c3d411e41c3baed2c32575 [diff] |
Build: Avoid merging const strings under Armclang Armclang default merges const strings with the same content, which causes data access violation under high isolation levels. Apply '--no_merge' to the linker to suppress this. Change-Id: I1648c87206890b00659d6931389f6d4eefc6aef3 Signed-off-by: Shawn Shan <Shawn.Shan@arm.com>