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

am: 2fcac47e9d

Change-Id: I3f623e6e6fafe9031dae5bf550311ce51b54af83
This commit is contained in:
Chih-Hung Hsieh 2018-11-12 16:06:42 -08:00 committed by android-build-merger
commit c23b5b56d4
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",