commit | 667fbe2cb012f7b231b07379a2c9fc2358c393f0 | [log] [tgz] |
---|---|---|
author | Shiva Chen <shiva0217@gmail.com> | Wed May 09 02:41:56 2018 +0000 |
committer | Shiva Chen <shiva0217@gmail.com> | Wed May 09 02:41:56 2018 +0000 |
tree | 81f217c5abbe84713851057538d27b63ed3763de | |
parent | cd070cdc94ef5f2da3d3a9724c4fcde778fcd163 [diff] |
[DebugInfo] Generate debug information for labels. Generate DILabel metadata and call llvm.dbg.label after label statement to associate the metadata with the label. Differential Revision: https://reviews.llvm.org/D45045 Patch by Hsiangkai Wang. llvm-svn: 331843