Author: chapuni
Date: Sun Jul 13 23:59:27 2014
New Revision: 212919

URL: http://llvm.org/viewvc/llvm-project?rev=212919&view=rev
Log:
[CMake] Reorder libdeps by alphabetical order.

Modified:
    clang-tools-extra/trunk/module-map-checker/CMakeLists.txt

Modified: clang-tools-extra/trunk/module-map-checker/CMakeLists.txt
URL: 
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/module-map-checker/CMakeLists.txt?rev=212919&r1=212918&r2=212919&view=diff
==============================================================================
--- clang-tools-extra/trunk/module-map-checker/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/module-map-checker/CMakeLists.txt Sun Jul 13 
23:59:27 2014
@@ -7,7 +7,7 @@ add_clang_executable(module-map-checker
   )
 
 target_link_libraries(module-map-checker
-  clangTooling
   clangBasic
   clangRewriteFrontend
+  clangTooling
   )


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to