Skip to content
  • Nick Lewycky's avatar
    Add support for a new extension to the .file directive: · 40f8f2ff
    Nick Lewycky authored
      .file filenumber "directory" "filename"
    
    This removes one join+split of the directory+filename in MC internals. Because
    bitcode files have independent fields for directory and filenames in debug info,
    this patch may change the .o files written by existing .bc files.
    
    llvm-svn: 142300
    40f8f2ff
Loading