From 3bb435301a2b5c901a993b0e151d05b596697038 Mon Sep 17 00:00:00 2001 From: Kevin Enderby Date: Thu, 30 Sep 2010 17:16:09 +0000 Subject: Did my commit for the last patch for the .loc directory from the wrong place and missed a bunch of files. Here the rest. Sorry about that. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115173 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Dwarf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/llvm/Support/Dwarf.h') diff --git a/include/llvm/Support/Dwarf.h b/include/llvm/Support/Dwarf.h index da61dfbc17..1b5d2a4538 100644 --- a/include/llvm/Support/Dwarf.h +++ b/include/llvm/Support/Dwarf.h @@ -510,6 +510,7 @@ enum dwarf_constants { DW_DSC_range = 0x01, // Line Number Standard Opcode Encodings + DW_LNS_extended_op = 0x00, DW_LNS_copy = 0x01, DW_LNS_advance_pc = 0x02, DW_LNS_advance_line = 0x03, -- cgit v1.2.3