[PATCH] D56288: [ELF] Do not enable 'new dtags' on NetBSD by default

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 7 11:15:21 PST 2019


ruiu added a comment.

I think when we implemented the feature, there was an understanding that the "new dtags" might be "new" 20 years ago but they are not new at all now. This is not the only example of changing the default in lld; one example being that text segments are not writable by default (`-z text` is default as opposed to `-z notext`).

We could argue that making the text segment writable is a total nonsense today, but new/old dtags are different story. Bug even if that's the case, changing the default at this point has perhaps too much impact to existing lld users.


Repository:
  rLLD LLVM Linker

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56288/new/

https://reviews.llvm.org/D56288





More information about the llvm-commits mailing list