Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A few fixes for llvm-symbolizer on Windows. | Zachary Turner | 2015-05-06 | 1 | -20/+50 |
| | | | | | | | | | Specifically, this patch correctly respects the -demangle option, and additionally adds a hidden --relative-address option allows input addresses to be relative to the module load address instead of absolute addresses into the image. llvm-svn: 236653 | ||||
* | Fix build. | Zachary Turner | 2015-05-01 | 1 | -1/+1 |
| | | | | llvm-svn: 236343 | ||||
* | Make llvm-symbolizer work on Windows. | Zachary Turner | 2015-04-27 | 1 | -0/+103 |
Differential Revision: http://reviews.llvm.org/D9234 Reviewed By: Alexey Samsonov llvm-svn: 235900 |