Initial commit
This commit is contained in:
commit
f93f50133d
2 changed files with 8 additions and 0 deletions
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Dwarf-compilation bundler
|
||||
|
||||
Tools to generate a bundle for the DWARF-compilation part of my m2 internship
|
5
dwarf-compilation/README.md
Normal file
5
dwarf-compilation/README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# DWARF Compilation
|
||||
|
||||
This package aims to be as standalone as possible, and include everything that
|
||||
is needed to compile DWARF into x86-64, then use the generated binaries for
|
||||
unwinding using `libunwind-eh_elf`.
|
Loading…
Reference in a new issue