Skip to content
  • Rafael Espindola's avatar
    Make getTargetStreamer return a possibly null pointer. · 4a1a3606
    Rafael Espindola authored
    This will allow it to be called from target independent parts of the main
    streamer that don't know if there is a registered target streamer or not. This
    in turn will allow targets to perform extra actions at specified points in the
    interface: add extra flags for some labels, extra work during finalization, etc.
    
    llvm-svn: 199174
    4a1a3606
Loading