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:
committed by
Chih-hung Hsieh
parent
51dbeebd51
commit
2fcac47e9d
@@ -87,9 +87,6 @@ var (
|
|||||||
|
|
||||||
deviceGlobalLldflags = append(ClangFilterUnknownLldflags(deviceGlobalLdflags),
|
deviceGlobalLldflags = append(ClangFilterUnknownLldflags(deviceGlobalLdflags),
|
||||||
[]string{
|
[]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,--pack-dyn-relocs=android+relr",
|
||||||
"-Wl,--use-android-relr-tags",
|
"-Wl,--use-android-relr-tags",
|
||||||
"-fuse-ld=lld",
|
"-fuse-ld=lld",
|
||||||
|
Reference in New Issue
Block a user