DWARF: Got beaten by Rust today.

Swift SVN r14339
This commit is contained in:
Adrian Prantl
2014-02-25 16:56:31 +00:00
parent 5af5711ab7
commit 5fe7a512f1

View File

@@ -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