This is an archive of the discontinued LLVM Phabricator instance.

[LLD] [COFF] Disallow -dynamicbase:no for arm and arm64
ClosedPublic

Authored by mstorsjo on Dec 9 2017, 1:51 PM.

Diff Detail

Repository
rLLD LLVM Linker

Event Timeline

mstorsjo created this revision.Dec 9 2017, 1:51 PM
ruiu accepted this revision.Dec 11 2017, 9:16 AM

LGTM with this change.

test/COFF/armnt-dynamicbase.test
4

You can merge this file and the assembly file because this file contains only comments.

This revision is now accepted and ready to land.Dec 11 2017, 9:16 AM
mstorsjo added inline comments.Dec 11 2017, 10:05 AM
test/COFF/armnt-dynamicbase.test
4

Which assembly file? This uses a different source file than the other test (which is for arm64); this uses a preexisting input file from the inputs subdirectory. But I could use a similar inline asm sub here as well instead of the inputs subdirectory yaml file, for consistency.

ruiu added a comment.Dec 11 2017, 10:10 AM

LGTM

test/COFF/armnt-dynamicbase.test
4

Ah, sorry I'm confused. Don't mind.

This revision was automatically updated to reflect the committed changes.