Skip to content
  1. Oct 23, 2012
    • Michael J. Spencer's avatar
      [Options] Add prefixes to options. · 929fccd4
      Michael J. Spencer authored
      Each option has a set of prefixes. When matching an argument such as
      -funroll-loops. First the leading - is removed as it is a prefix. Then
      a lower_bound search for "funroll-loops" is done against the option table by
      option name. From there each option prefix + option name combination is tested
      against the argument.
      
      This allows us to support Microsoft style options where both / and - are valid
      prefixes. It also simplifies the cases we already have where options come in
      both - and -- forms. Almost every option for gnu-ld happens to have this form.
      
      llvm-svn: 166444
      929fccd4
    • Enrico Granata's avatar
      Proper copyright notice · dbeb0f0e
      Enrico Granata authored
      llvm-svn: 166443
      dbeb0f0e
  2. Oct 22, 2012
  3. Oct 21, 2012
Loading