Upgrade to the latest versions of gimli, addr2line, object (#2901)
* Upgrade to the latest versions of gimli, addr2line, object And adapt to API changes. New gimli supports wasm dwarf, resulting in some simplifications in the debug crate. * upgrade gimli usage in linux-specific profiling too * Add "continue" statement after interpreting a wasm local dwarf opcode
This commit is contained in:
@@ -18,7 +18,7 @@ cranelift-reader = { path = "../reader", version = "0.73.0" }
|
||||
cranelift-preopt = { path = "../preopt", version = "0.73.0" }
|
||||
file-per-thread-logger = "0.1.2"
|
||||
filecheck = "0.5.0"
|
||||
gimli = { version = "0.23.0", default-features = false, features = ["read"] }
|
||||
gimli = { version = "0.24.0", default-features = false, features = ["read"] }
|
||||
log = "0.4.6"
|
||||
memmap2 = "0.2.1"
|
||||
num_cpus = "1.8.0"
|
||||
|
||||
Reference in New Issue
Block a user