summaryrefslogtreecommitdiffstats
path: root/cmake/caches/DistributionExample-stage2.cmake
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2018-03-18 11:38:41 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2018-03-18 11:38:41 +0000
commit2d1a94190f655b376c0ee9222b1aa264b4810f55 (patch)
treeb6caa6031ab7c37ca873b843670c9bbf70a5e0ad /cmake/caches/DistributionExample-stage2.cmake
parentedde3116adc62d7074f2b5a74941624a7784fa31 (diff)
[dsymutil] Rename llvm-dsymutil -> dsymutil
Now that almost all functionality of Apple's dsymutil has been upstreamed, the open source variant can be used as a drop in replacement. Hence we feel it's no longer necessary to have the llvm prefix. Differential revision: https://reviews.llvm.org/D44527 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@327790 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/caches/DistributionExample-stage2.cmake')
-rw-r--r--cmake/caches/DistributionExample-stage2.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/caches/DistributionExample-stage2.cmake b/cmake/caches/DistributionExample-stage2.cmake
index 894ea6af6c..600ba56e45 100644
--- a/cmake/caches/DistributionExample-stage2.cmake
+++ b/cmake/caches/DistributionExample-stage2.cmake
@@ -10,7 +10,7 @@ set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O3 -gline-tables-only -DNDEBUG" CACHE STRIN
# setup toolchain
set(LLVM_INSTALL_TOOLCHAIN_ONLY ON CACHE BOOL "")
set(LLVM_TOOLCHAIN_TOOLS
- llvm-dsymutil
+ dsymutil
llvm-cov
llvm-dwarfdump
llvm-profdata