summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/LanguageRuntime.cpp
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2014-08-26 21:22:49 +0000
committerBruce Mitchener <bruce.mitchener@gmail.com>2014-08-26 21:22:49 +0000
commitca7b0aaa367f25ed00be3eb9d07fb359b499114f (patch)
tree39cb213d68e8003fcbcc19c9d313d16a86a94a5f /lldb/source/Target/LanguageRuntime.cpp
parentffc120a9000f4bee073ea3aa9651bf37e3d6c1b8 (diff)
downloadbcm5719-llvm-ca7b0aaa367f25ed00be3eb9d07fb359b499114f.tar.gz
bcm5719-llvm-ca7b0aaa367f25ed00be3eb9d07fb359b499114f.zip
[dwarf] Add new language enumerations.
This updates the DWARF language identifiers to include recent additions to the DWARF 5 specification (draft). llvm-svn: 216486
Diffstat (limited to 'lldb/source/Target/LanguageRuntime.cpp')
-rw-r--r--lldb/source/Target/LanguageRuntime.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/source/Target/LanguageRuntime.cpp b/lldb/source/Target/LanguageRuntime.cpp
index e8bd76cba35..9d48d8b2de7 100644
--- a/lldb/source/Target/LanguageRuntime.cpp
+++ b/lldb/source/Target/LanguageRuntime.cpp
@@ -316,6 +316,9 @@ struct language_name_pair language_names[] =
{ "ocaml", eLanguageTypeOCaml },
{ "rust", eLanguageTypeRust },
{ "c11", eLanguageTypeC11 },
+ { "swift", eLanguageTypeSwift },
+ { "julia", eLanguageTypeJulia },
+ { "dylan", eLanguageTypeDylan },
// Now synonyms, in arbitrary order
{ "objc", eLanguageTypeObjC },
{ "objc++", eLanguageTypeObjC_plus_plus }
OpenPOWER on IntegriCloud