[llvm] r236881 - Remove duplicate cmake target I added in r236792.

Pete Cooper peter_cooper at apple.com
Fri May 8 09:59:53 PDT 2015


Author: pete
Date: Fri May  8 11:59:53 2015
New Revision: 236881

URL: http://llvm.org/viewvc/llvm-project?rev=236881&view=rev
Log:
Remove duplicate cmake target I added in r236792.

Thanks to Daniel Jasper for pointing out the mistake.

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=236881&r1=236880&r2=236881&view=diff
==============================================================================
--- llvm/trunk/test/CMakeLists.txt (original)
+++ llvm/trunk/test/CMakeLists.txt Fri May  8 11:59:53 2015
@@ -54,7 +54,6 @@ set(LLVM_TEST_DEPENDS
           not
           yaml-bench
           yaml2obj
-          yaml-bench
           obj2yaml
           verify-uselistorder
         )





More information about the llvm-commits mailing list