Skip to content
  • Rafael Espindola's avatar
    Add a special streamer to libLTO that just records symbols definitions and · 1e49a6d9
    Rafael Espindola authored
    uses.
    
    The result produced by the streamer is used to give the linker more accurate
    information and to add to llvm.compiler.used. The second improvement removes
    the need for the user to add __attribute__((used)) to functions only used in
    inline asm. The first one lets us build firefox with LTO on Darwin :-)
    
    llvm-svn: 126830
    1e49a6d9
Loading