Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33195833 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Enable SHT_RELR sections to encode relative relocations."

parents 1e30905f 1ffac8e6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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",
		}...)