Skip to content
  • Eric Christopher's avatar
    Have the skeleton compile unit construction method take the CU it · 6fdf324f
    Eric Christopher authored
    is constructing from as an input and keep the same unique identifier.
    We can use this to connect items which must stay in the .o file
    (e.g. pubnames and pubtypes) to the skeleton cu rather than having
    duplicate unique numbers for the sections and needing to do lookups
    based on MDNode.
    
    llvm-svn: 189293
    6fdf324f
Loading