mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-12 17:25:49 +00:00
Update language check. Do not ignore DW_LANG_Python.
Patch by Joe Groff! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147781 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -76,7 +76,8 @@ void DIBuilder::createCompileUnit(unsigned Lang, StringRef Filename,
|
|||||||
StringRef Directory, StringRef Producer,
|
StringRef Directory, StringRef Producer,
|
||||||
bool isOptimized, StringRef Flags,
|
bool isOptimized, StringRef Flags,
|
||||||
unsigned RunTimeVer) {
|
unsigned RunTimeVer) {
|
||||||
assert (Lang <= dwarf::DW_LANG_D && Lang >= dwarf::DW_LANG_C89
|
assert ((Lang <= dwarf::DW_LANG_Python && Lang >= dwarf::DW_LANG_C89
|
||||||
|
|| Lang <= dwarf::DW_LANG_hi_user && Lang >= dwarf::DW_LANG_lo_user)
|
||||||
&& "Invalid Language tag");
|
&& "Invalid Language tag");
|
||||||
assert (!Filename.empty()
|
assert (!Filename.empty()
|
||||||
&& "Unable to create compile unit without filename");
|
&& "Unable to create compile unit without filename");
|
||||||
|
Reference in New Issue
Block a user