| commit | 6fc7b2119b9ae2f34b8aee6ed83b98bef3537429 | [log] [tgz] | 
|---|---|---|
| author | Erik Pilkington <erik.pilkington@gmail.com> | Fri Apr 13 02:53:26 2018 +0000 | 
| committer | Erik Pilkington <erik.pilkington@gmail.com> | Fri Apr 13 02:53:26 2018 +0000 | 
| tree | 798418323388c6b8800cccca67e18792c8ffc5d2 | |
| parent | 488f7c2b67f5a3811cab59577da367cc45984e28 [diff] [blame] | 
Fix another bot failure from r329951. llvm-svn: 329986
diff --git a/llvm/unittests/Demangle/CMakeLists.txt b/llvm/unittests/Demangle/CMakeLists.txt index 4bf3a4b..4bf3699 100644 --- a/llvm/unittests/Demangle/CMakeLists.txt +++ b/llvm/unittests/Demangle/CMakeLists.txt
@@ -1,3 +1,7 @@ +set(LLVM_LINK_COMPONENTS + Demangle +) + set(DemangleSources PartialDemangleTest.cpp )