Merge "Enable SHT_RELR sections to encode relative relocations."

This commit is contained in:
Treehugger Robot 2018-10-25 21:02:44 +00:00 committed by Gerrit Code Review
commit 33195833de

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",
}...)