summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Dwarf.h
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2010-09-30 17:16:09 +0000
committerKevin Enderby <enderby@apple.com>2010-09-30 17:16:09 +0000
commit3bb435301a2b5c901a993b0e151d05b596697038 (patch)
tree6a3d55c248b1b9d13d560a4025fb846f475a4558 /include/llvm/Support/Dwarf.h
parent84d7ffdede03c17b68fdbd8d9a98b9e67e004712 (diff)
downloadllvm-3bb435301a2b5c901a993b0e151d05b596697038.tar.gz
llvm-3bb435301a2b5c901a993b0e151d05b596697038.tar.bz2
llvm-3bb435301a2b5c901a993b0e151d05b596697038.tar.xz
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
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 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,