| commit | a2cca7e2b4f765abf6b5ca81a1a97633d0aa9618 | [log] [tgz] |
|---|---|---|
| author | Saleem Abdulrasool <compnerd@compnerd.org> | Mon Aug 08 22:02:44 2016 +0000 |
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | Mon Aug 08 22:02:44 2016 +0000 |
| tree | e4b75381d324ab169e4411b71136763770a91927 | |
| parent | e9c32c7ed3d587696b9757f8f5151c914df2aff5 [diff] |
COFF: handle /debugtype option Add the support infrastructure for the /debugtype option which takes a comma delimited list of debug info to generate. The defaults are based on other options potentially (/driver or /profile). This sets up the infrastructure to allow us to emit RSDS records to get "build id" equivalents on COFF (similar to binutils). llvm-svn: 278056