Skip to content
  1. Aug 05, 2013
  2. Aug 04, 2013
  3. Aug 03, 2013
  4. Aug 02, 2013
    • Manuel Klimek's avatar
      Implement Allman style. · d3ed59ae
      Manuel Klimek authored
      Patch by Frank Miller.
      
      llvm-svn: 187678
      d3ed59ae
    • Rui Ueyama's avatar
      [PECOFF] Handle .drectve section. · 4ecc59af
      Rui Ueyama authored
      Summary:
      The .drectve section contains linker command line options, and the linker is
      expected to interpret them as if they were given via the command line. In this
      patch, the command line parser in the driver is called from the object file
      reader to parse the string.
      
      I think this patch is important, because this is the first step towards mutable
      TargetInfo. We had a discussion about that on llvm-commits mailing list before.
      I haven't removed "const" from the function signature yet. Instead, I just use
      cast to remove "const". This is a temporary aid for an experiment. If we don't
      see any issue with this mutable TargetInfo appraoch, I'll change the function
      signature, and rename the class LinkerContext from TargetInfo.
      
      Reviewers: kledzik
      
      CC: llvm-commits
      
      Differential Revision: http://llvm-reviews.chandlerc.com/D1246
      
      llvm-svn: 187677
      4ecc59af
Loading