mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
DWARF: Got beaten by Rust today.
Swift SVN r14339
This commit is contained in:
@@ -25,8 +25,8 @@ namespace swift {
|
||||
//
|
||||
// DWARF constants.
|
||||
//
|
||||
// The first unused language value in DWARF v5 is DW_LANG_Ocaml+1 =
|
||||
// 0x1c. We can't use it, because LLVM asserts that there are no
|
||||
// The first unused language value in DWARF v5 is DW_LANG_Rust+1 =
|
||||
// 0x1d. We can't use it, because LLVM asserts that there are no
|
||||
// languages >DW_LANG_Python=0x14. Wouldn't it would be much more
|
||||
// appropriate to use a constant in DW_LANG_lo_user..DW_LANG_hi_user
|
||||
// anyway, you may ask? Well, CompileUnit::constructTypeDIE() will
|
||||
|
||||
Reference in New Issue
Block a user