commit | bec0a45ddce61abcf92db73dbb13867c270ee23e | [log] [tgz] |
---|---|---|
author | Robert Widmann <devteam.codafi@gmail.com> | Tue Apr 09 22:27:51 2019 +0000 |
committer | Robert Widmann <devteam.codafi@gmail.com> | Tue Apr 09 22:27:51 2019 +0000 |
tree | a8e3e07950bbebf1f691989ca13e239dd02c2248 | |
parent | d1ba3b13f83ebb7a76b62cacb1a97006c8d9f4b3 [diff] |
[LLVM-C] Add Bindings to Access an Instruction's DebugLoc Summary: Provide direct accessors to supplement LLVMSetInstDebugLocation. In addition, properly accept and return the NULL location. The old accessors provided no way to do this, so the current debug location cannot currently be cleared. Reviewers: whitequark, deadalnix Reviewed By: whitequark Subscribers: hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D60481 llvm-svn: 358038