| commit | d70fb9812adbfa133be0c4348faa014c4f53f1c5 | [log] [tgz] |
|---|---|---|
| author | John McCall <rjmccall@apple.com> | Wed Jun 15 23:25:17 2011 +0000 |
| committer | John McCall <rjmccall@apple.com> | Wed Jun 15 23:25:17 2011 +0000 |
| tree | e958f99ebbd6548f7e4c242202643f3f986c36c7 | |
| parent | 31168b077c3687bb79985102b08718cd77db353d [diff] [blame] |
The ARC Migration Tool. All the credit goes to Argyrios and Fariborz for this. llvm-svn: 133104
diff --git a/clang/tools/driver/CMakeLists.txt b/clang/tools/driver/CMakeLists.txt index 0c41490..e6d0f1a 100644 --- a/clang/tools/driver/CMakeLists.txt +++ b/clang/tools/driver/CMakeLists.txt
@@ -9,6 +9,7 @@ clangIndex clangLex clangParse + clangARCMigrate clangRewrite clangSema clangSerialization