summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-07-14 04:59:27 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-07-14 04:59:27 +0000
commit8f65497a22df6d0b1f17e698325aa1a5df2583d1 (patch)
tree71a17b86dc3746c713a53adbcfd26b1a722fb644
parent6d87a7457753e115fe3da77074049c94380d34b0 (diff)
[CMake] Reorder libdeps by alphabetical order.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@212919 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--module-map-checker/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/module-map-checker/CMakeLists.txt b/module-map-checker/CMakeLists.txt
index 55597038..c2681501 100644
--- a/module-map-checker/CMakeLists.txt
+++ b/module-map-checker/CMakeLists.txt
@@ -7,7 +7,7 @@ add_clang_executable(module-map-checker
)
target_link_libraries(module-map-checker
- clangTooling
clangBasic
clangRewriteFrontend
+ clangTooling
)