Merge "Enable safe ICF with LLD." am: 63c6361f91
am: e77fe6ac08
am: 6cfa0e453a
Change-Id: I0a67788593daef55c323c85b2e778561473c4458
This commit is contained in:
@@ -86,7 +86,6 @@ var ClangUnknownCflags = sorted([]string{
|
||||
// Ldflags that should be filtered out when linking with clang lld
|
||||
var ClangUnknownLldflags = sorted([]string{
|
||||
"-fuse-ld=gold",
|
||||
"-Wl,--icf=safe",
|
||||
"-Wl,--fix-cortex-a8",
|
||||
"-Wl,--no-fix-cortex-a8",
|
||||
"-Wl,-m,aarch64_elf64_le_vec",
|
||||
|
Reference in New Issue
Block a user