[all-commits] [llvm/llvm-project] e96d7b: [ELF] Add --rosegment to complement --no-rosegment

Fangrui Song via All-commits all-commits at lists.llvm.org
Wed Apr 29 18:01:20 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e96d7b5e9ef00c4ea5dfbc8918c2db2c585b652b
      https://github.com/llvm/llvm-project/commit/e96d7b5e9ef00c4ea5dfbc8918c2db2c585b652b
  Author: Fangrui Song <maskray at google.com>
  Date:   2020-04-29 (Wed, 29 Apr 2020)

  Changed paths:
    M lld/ELF/Driver.cpp
    M lld/ELF/Options.td
    M lld/test/ELF/segments.s

  Log Message:
  -----------
  [ELF] Add --rosegment to complement --no-rosegment

This option can cancel --no-rosegment and it just seems right to have
a corresponding positive option for a --no-* negative option.

Anecdotally, gold had --rosegment but did not have --no-rosegment.
I added --no-rosegment (https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=9a6c68caa9543e09b064b7ac7c2b658f277bc19c) for binutils>=2.35




More information about the All-commits mailing list