Skip to content
  • Rui Ueyama's avatar
    bd1f0630
    Do not expose ICF class from the file. · bd1f0630
    Rui Ueyama authored
    Also this patch uses file-scope functions instead of class member function.
    
    Now that ICF class is not visible from outside, InputSection class
    can no longer be "friend" of it. So I removed the friend relation
    and just make it expose the features to public.
    
    llvm-svn: 287480
    bd1f0630
    Do not expose ICF class from the file.
    Rui Ueyama authored
    Also this patch uses file-scope functions instead of class member function.
    
    Now that ICF class is not visible from outside, InputSection class
    can no longer be "friend" of it. So I removed the friend relation
    and just make it expose the features to public.
    
    llvm-svn: 287480
Loading