Skip to content
Snippets Groups Projects
L

llvm

Project ID: 266
Select Git revision
0 results
  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Sam Clegg authored
    This is combination of two patches by Nicholas Wilson:
      1. https://reviews.llvm.org/D41954
      2. https://reviews.llvm.org/D42495
    
    Along with a few local modifications:
    - One change I made was to add the UNDEFINED bit to the binary format
      to avoid the extra byte used when writing data symbols.  Although this
      bit is redundant for other symbols types (i.e. undefined can be
      implied if a function or global is a wasm import)
    - I prefer to be explicit and consistent and not have derived flags.
    - Some field renaming.
    - Some reverting of unrelated minor changes.
    - No test output differences.
    
    Differential Revision: https://reviews.llvm.org/D43147
    
    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@325860 91177308-0d34-0410-b5e6-96231b3b80d8
    d5784797
    History
    Name Last commit Last update