From f41954b7328dd53c883810f31cf13d4455199c1d Mon Sep 17 00:00:00 2001 From: Alexander Potapenko Date: Mon, 12 Nov 2012 11:33:29 +0000 Subject: [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 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/CMakeLists.txt') diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 6918285622..d444473ebf 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -38,6 +38,8 @@ add_subdirectory(llvm-bcanalyzer) add_subdirectory(llvm-stress) add_subdirectory(llvm-mcmarkup) +add_subdirectory(llvm-symbolizer) + if( NOT WIN32 ) add_subdirectory(lto) endif() -- cgit v1.2.3