llvm-symbolizer: factor out bits of the tool into separate LLVMSymbolize.{h,cpp} files. No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173159 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alexey Samsonov
2013-01-22 14:21:19 +00:00
parent be0008a4df
commit c4c7ea3184
4 changed files with 381 additions and 288 deletions

View File

@@ -9,5 +9,6 @@ set(LLVM_LINK_COMPONENTS
)
add_llvm_tool(llvm-symbolizer
LLVMSymbolize.cpp
llvm-symbolizer.cpp
)