Alphabetize.
authorEric Christopher <echristo@gmail.com>
Tue, 3 Sep 2013 20:51:14 +0000 (20:51 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 3 Sep 2013 20:51:14 +0000 (20:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189848 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/CMakeLists.txt

index 53b7e9c1e8305e33fa48ec95908f7eaf786efc3e..bbf571af5dfbdee5c9b00af4b2ce1f06c68fea99 100644 (file)
@@ -7,11 +7,11 @@ endfunction()
 
 add_subdirectory(ADT)
 add_subdirectory(Analysis)
-add_subdirectory(ExecutionEngine)
 add_subdirectory(Bitcode)
+add_subdirectory(DebugInfo)
+add_subdirectory(ExecutionEngine)
+add_subdirectory(IR)
+add_subdirectory(Object)
 add_subdirectory(Option)
 add_subdirectory(Support)
 add_subdirectory(Transforms)
-add_subdirectory(IR)
-add_subdirectory(DebugInfo)
-add_subdirectory(Object)