[llvm] r205268 - Comment to describe the debug_loc.dwo constants
David Blaikie
dblaikie at gmail.com
Mon Mar 31 16:50:21 PDT 2014
Author: dblaikie
Date: Mon Mar 31 18:50:20 2014
New Revision: 205268
URL: http://llvm.org/viewvc/llvm-project?rev=205268&view=rev
Log:
Comment to describe the debug_loc.dwo constants
Code review feedback from Eric Christopher on r204697
Modified:
llvm/trunk/include/llvm/Support/Dwarf.h
Modified: llvm/trunk/include/llvm/Support/Dwarf.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Dwarf.h?rev=205268&r1=205267&r2=205268&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/Dwarf.h (original)
+++ llvm/trunk/include/llvm/Support/Dwarf.h Mon Mar 31 18:50:20 2014
@@ -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,
More information about the llvm-commits
mailing list