Merge "Enable SHT_RELR sections to encode relative relocations." am: 33195833de

am: 54a2ea815b

Change-Id: I8cc4e8fd8d517b9d8ec92872630fcacbc486e93e
This commit is contained in:
Rahul Chaudhry
2018-10-25 14:22:36 -07:00
committed by android-build-merger

View File

@@ -91,7 +91,8 @@ var (
// TODO(b/109657296): needs --no-rosegment until Android
// stack unwinder can handle the read-only segment.
"-Wl,--no-rosegment",
"-Wl,--pack-dyn-relocs=android",
"-Wl,--pack-dyn-relocs=android+relr",
"-Wl,--use-android-relr-tags",
"-fuse-ld=lld",
}...)