Skip to content

Commit e654c54

Browse files
committed
[WIP] Implement exception handling support
1 parent 9fce4e4 commit e654c54

File tree

9 files changed

+596
-66
lines changed

9 files changed

+596
-66
lines changed

Cargo.lock

Lines changed: 186 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ target-lexicon = "0.13"
1818
gimli = { version = "0.31", default-features = false, features = ["write"] }
1919
object = { version = "0.36", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }
2020

21+
eh_frame_experiments = { git = "http://github.com/bjorn3/eh_frame_experiments.git", branch = "update_gimli" }
2122
indexmap = "2.0.0"
2223
libloading = { version = "0.8.0", optional = true }
2324
smallvec = "1.8.1"

0 commit comments

Comments
 (0)