mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
[dwarf] Add new language enumerations.
This updates the DWARF language identifiers to include recent additions to the DWARF 5 specification (draft). llvm-svn: 216486
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user