commit | 74b6a77d75cb34d55aa4f3b450fa12990fe292e8 | [log] [tgz] |
---|---|---|
author | Chandler Carruth <chandlerc@gmail.com> | Mon Jan 07 15:35:46 2013 +0000 |
committer | Chandler Carruth <chandlerc@gmail.com> | Mon Jan 07 15:35:46 2013 +0000 |
tree | 45ca25f69335e8cf42775ef9df14ef828a8dc59b | |
parent | 839a98e687334ef2839b12c4ce3ece919a86142d [diff] [blame] |
Rename the VMCore unittest tree to IR. Somehow was missed when doing the library rename. llvm-svn: 171747
diff --git a/llvm/unittests/CMakeLists.txt b/llvm/unittests/CMakeLists.txt index e2b7563..a3f8bf3 100644 --- a/llvm/unittests/CMakeLists.txt +++ b/llvm/unittests/CMakeLists.txt
@@ -12,4 +12,4 @@ add_subdirectory(Option) add_subdirectory(Support) add_subdirectory(Transforms) -add_subdirectory(VMCore) +add_subdirectory(IR)