Skip to content
  • Rui Ueyama's avatar
    COFF: Fix a bug of __imp_ symbol. · 88e0f920
    Rui Ueyama authored
    The change I made in r240620 was not correct. If a symbol foo is
    defined, and if you use __imp_foo, __imp_foo symbol is automatically
    defined as a pointer (not just an alias) to foo.
    
    Now that we need to create a chunk for automatically-created symbols.
    I defined LocalImportChunk class for them.
    
    llvm-svn: 240622
    88e0f920
Loading