| commit | 40f8f2ff2452c32529a10ba504ba7fbecf8731cd | [log] [tgz] |
|---|---|---|
| author | Nick Lewycky <nicholas@mxc.ca> | Mon Oct 17 23:05:28 2011 +0000 |
| committer | Nick Lewycky <nicholas@mxc.ca> | Mon Oct 17 23:05:28 2011 +0000 |
| tree | 0392a1c9839e20891d21a660b8e23ceb7d2075c8 | |
| parent | b522550ce579b2709b4f10f20efc01f202b23975 [diff] |
Add support for a new extension to the .file directive: .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