Revert "Add lld --no-rosegment flag to work with unwinder."

This reverts commit b18814e7a4.

Reason for revert: The originating bug is now fixed.

Test: make checkbuild
Change-Id: Iabcfbeed5977336fc27fb1ccbad269c1fa81ef6e
This commit is contained in:
Chih-Hung Hsieh 2018-11-12 13:08:02 -08:00 committed by Chih-hung Hsieh
parent 51dbeebd51
commit 2fcac47e9d
1 changed files with 0 additions and 3 deletions

View File

@ -87,9 +87,6 @@ var (
deviceGlobalLldflags = append(ClangFilterUnknownLldflags(deviceGlobalLdflags),
[]string{
// TODO(b/109657296): needs --no-rosegment until Android
// stack unwinder can handle the read-only segment.
"-Wl,--no-rosegment",
"-Wl,--pack-dyn-relocs=android+relr",
"-Wl,--use-android-relr-tags",
"-fuse-ld=lld",