summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Dwarf.h
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-03-31 23:50:20 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-03-31 23:50:20 +0000
commite94fe0423ebf179837a06efc6afcb58ccfad7bc7 (patch)
tree528c5d44083c47941c9769c0d5cf19a6bd3f651c /include/llvm/Support/Dwarf.h
parent442c61dd9aee54a00248d1540119d407aba07a42 (diff)
downloadllvm-e94fe0423ebf179837a06efc6afcb58ccfad7bc7.tar.gz
llvm-e94fe0423ebf179837a06efc6afcb58ccfad7bc7.tar.bz2
llvm-e94fe0423ebf179837a06efc6afcb58ccfad7bc7.tar.xz
Comment to describe the debug_loc.dwo constants
Code review feedback from Eric Christopher on r204697 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205268 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Dwarf.h')
-rw-r--r--include/llvm/Support/Dwarf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/Dwarf.h b/include/llvm/Support/Dwarf.h
index 8769699060..ca316441ea 100644
--- a/include/llvm/Support/Dwarf.h
+++ b/include/llvm/Support/Dwarf.h
@@ -771,6 +771,7 @@ enum Constants {
DW_EH_PE_indirect = 0x80
};
+// Constants for debug_loc.dwo in the DWARF5 Split Debug Info Proposal
enum LocationListEntry : unsigned char {
DW_LLE_end_of_list_entry,
DW_LLE_base_address_selection_entry,