Skip to content
  1. Jun 05, 2020
  2. May 01, 2019
    • Fangrui Song's avatar
      [llvm-readobj] Change -long-option to --long-option in tests. NFC · e29e30b1
      Fangrui Song authored
      We use both -long-option and --long-option in tests. Switch to --long-option for consistency.
      
      In the "llvm-readelf" mode, -long-option is discouraged as it conflicts with grouped short options and it is not accepted by GNU readelf.
      
      While updating the tests, change llvm-readobj -s to llvm-readobj -S to reduce confusion ("s" is --section-headers in llvm-readobj but --symbols in llvm-readelf).
      
      llvm-svn: 359649
      e29e30b1
  3. Apr 09, 2018
    • Jonas Devlieghere's avatar
      [dsymutil] Don't try to load Swift ASTs as objects. · 79766820
      Jonas Devlieghere authored
      With the threading refactoring, loading of object files happens before
      checking whether we're dealing with a swift AST. While that's not an
      issue per se, it causes a warning to be printed:
      
        warning: /path/to/a.swiftmodule: The file was not recognized as a valid object file
        note: while processing /path/to/a.swiftmodule
      
      This suppresses the warning by checking for a Swift AST before
      attempting to load is as an object file.
      
      rdar://39240444
      
      llvm-svn: 329553
      79766820
  4. Mar 18, 2018
  5. Mar 09, 2018
  6. Oct 13, 2017
  7. Oct 11, 2017
  8. Oct 06, 2017
    • Francis Ricci's avatar
      [llvm-dsymutil] Add support for __swift_ast MachO DWARF section · 8aedfde2
      Francis Ricci authored
      Summary:
      Xcode's dsymutil emits a __swift_ast DWARF section, which is required for debugging,
      and which contains a byte-for-byte dump of the swiftmodule file.
      Add this feature to llvm-dsymutil.
      
      Tested with `gobjdump --dwarf=info -s`, by verifying that the contents of
      `__DWARF.__swift_ast` match between Xcode's dsymutil and llvm-dsymutil
      (Xcode's dwarfdump and llvm-dwarfdump don't currently recognize the
      __swift_ast section).
      
      Reviewers: aprantl, friss
      
      Subscribers: llvm-commits, JDevlieghere
      
      Differential Revision: https://reviews.llvm.org/D38504
      
      llvm-svn: 315066
      8aedfde2
Loading