[llvm] r271585 - Fixup r271533, or check-clang didn't find llvm-lto as the target.

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 13:39:24 PDT 2016


Author: chapuni
Date: Thu Jun  2 15:39:24 2016
New Revision: 271585

URL: http://llvm.org/viewvc/llvm-project?rev=271585&view=rev
Log:
Fixup r271533, or check-clang didn't find llvm-lto as the target.

Modified:
    llvm/trunk/tools/CMakeLists.txt

Modified: llvm/trunk/tools/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/CMakeLists.txt?rev=271585&r1=271584&r2=271585&view=diff
==============================================================================
--- llvm/trunk/tools/CMakeLists.txt (original)
+++ llvm/trunk/tools/CMakeLists.txt Thu Jun  2 15:39:24 2016
@@ -37,6 +37,7 @@ add_llvm_tool_subdirectory(lto)
 add_llvm_tool_subdirectory(gold)
 add_llvm_tool_subdirectory(llvm-ar)
 add_llvm_tool_subdirectory(llvm-config)
+add_llvm_tool_subdirectory(llvm-lto)
 add_llvm_tool_subdirectory(llvm-profdata)
 
 # Projects supported via LLVM_EXTERNAL_*_SOURCE_DIR need to be explicitly




More information about the llvm-commits mailing list