[llvm] r224152 - Revert r224149, llvm-dsymutil was already here.
Nico Weber
nicolasweber at gmx.de
Fri Dec 12 13:25:07 PST 2014
Author: nico
Date: Fri Dec 12 15:25:07 2014
New Revision: 224152
URL: http://llvm.org/viewvc/llvm-project?rev=224152&view=rev
Log:
Revert r224149, llvm-dsymutil was already here.
I saw a failure on an internal bot, opened this file, saw it was missing,
thought "aha!", tried to land, got an "file is out of date", synced, didn't see
the file listed right above the line I added (cause I didn't add it in the
right place) and landed. Apologies!
Modified:
llvm/trunk/test/CMakeLists.txt
Modified: llvm/trunk/test/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CMakeLists.txt?rev=224152&r1=224151&r2=224152&view=diff
==============================================================================
--- llvm/trunk/test/CMakeLists.txt (original)
+++ llvm/trunk/test/CMakeLists.txt Fri Dec 12 15:25:07 2014
@@ -32,7 +32,6 @@ set(LLVM_TEST_DEPENDS
llvm-dis
llvm-dsymutil
llvm-dwarfdump
- llvm-dsymutil
llvm-extract
llvm-link
llvm-lto
More information about the llvm-commits
mailing list