Skip to content
  1. Mar 16, 2017
  2. Mar 15, 2017
  3. Mar 14, 2017
  4. Mar 13, 2017
  5. Mar 10, 2017
    • Petr Hosek's avatar
      [ELF] Handle NONE relocations on AArch64 · c970acf2
      Petr Hosek authored
      Differential Revision: https://reviews.llvm.org/D30628
      
      llvm-svn: 297525
      c970acf2
    • Rui Ueyama's avatar
      Options such as -omagic or -opt-remarks-* should be interpreted as -o. · 62d54744
      Rui Ueyama authored
      Options can start with `-` or `--` unless they start with "o".
      Any option that starts with `-o` should be interpreted as an output
      file name. This is a quote from the GNU ld man page.
      
        Note -- there is one exception to this rule.  Multiple letter
        options that start with a lower case 'o' can only be preceded by
        two dashes.  This is to reduce confusion with the -o option.
        So for example -omagic sets the output file name to magic whereas
        --omagic sets the NMAGIC flag on the output.
      
      We didn't handle that properly before.
      
      llvm-svn: 297508
      62d54744
Loading