Skip to content
  • Chris Lattner's avatar
    Switch the code generator (except the JIT) onto the new DebugLoc · 915c5f98
    Chris Lattner authored
    representation.  This eliminates the 'DILocation' MDNodes for 
    file/line/col tuples from -O0 -g codegen.
    
    This remove the old DebugLoc class, making it a typedef for DebugLoc,
    I'll rename NewDebugLoc next.
    
    I didn't update the JIT to use the new apis, so it will continue to
    work, but be as slow as before.  Someone should eventually do this
    or, better yet, rip out the JIT debug info stuff and build the JIT
    on top of MC.
    
    llvm-svn: 100209
    915c5f98
Loading