[ASan] Add llvm-symbolizer from to tools/
authorAlexander Potapenko <glider@google.com>
Mon, 12 Nov 2012 11:33:29 +0000 (11:33 +0000)
committerAlexander Potapenko <glider@google.com>
Mon, 12 Nov 2012 11:33:29 +0000 (11:33 +0000)
commitf41954b7328dd53c883810f31cf13d4455199c1d
tree0f9a8be168e5d22951610d25b033d8b3d322aaeb
parent9a5f90a170ecb4fac028fd85f1affd6dfe13bf16
[ASan] Add llvm-symbolizer from to tools/
This is the second and last (2/2) part of a change that moves llvm-symbolizer to llvm/tools/, which will allow to build it
with both cmake and configure+make.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167723 91177308-0d34-0410-b5e6-96231b3b80d8
tools/CMakeLists.txt
tools/Makefile
tools/llvm-symbolizer/CMakeLists.txt [new file with mode: 0644]
tools/llvm-symbolizer/Makefile [new file with mode: 0644]
tools/llvm-symbolizer/llvm-symbolizer.cpp [new file with mode: 0644]