Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't assume GCC toolchain supports the same dwarf format rust uses
While it may be a fairly safe assumption that we can use the same dwarf version rust uses (0fff25a) if we're compiling with clang, it might not be a valid assumption for the Gnu toolchain. Closes rust-lang#1075.
- Loading branch information