Propertly simulate DWARF information when imports present (#1452)

* Ignore complex LLVM10 expressions.

* Propery function name when imports are present
This commit is contained in:
Yury Delendik
2020-03-31 18:33:35 -05:00
committed by GitHub
parent d3df275003
commit e64668776a
6 changed files with 52 additions and 11 deletions

View File

@@ -737,6 +737,7 @@ mod tests {
&WasmFileInfo {
path: None,
code_section_offset: 1,
imported_func_count: 0,
funcs: Box::new([]),
},
);