Skip to content
  • Rui Ueyama's avatar
    COFF: Fill imort table HintName field. · c9bfe320
    Rui Ueyama authored
    Currently we set the field to zero, but as per the spec, we should
    set numbers we read from import library files. The loader uses the
    values as starting offsets for binary search when looking up imported
    symbols from DLL.
    
    llvm-svn: 238562
    c9bfe320
Loading