Skip to content
  • Rui Ueyama's avatar
    [PECOFF] Add /section option. · 108b3713
    Rui Ueyama authored
    /section command line option is to set/reset attributes of the Characteristics
    field in the section header. You can set non-default values with this option.
    You can make .data section executable with this, for example.
    
    This patch implements the parser of the command line option. The code to use
    the parsed values will be committed in a separate patch.
    
    llvm-svn: 194133
    108b3713
Loading