Add a random .LL file generator to stress-test different llvm components.

llvm-svn: 151479
diff --git a/llvm/tools/CMakeLists.txt b/llvm/tools/CMakeLists.txt
index 75d203e..86cdbcd 100644
--- a/llvm/tools/CMakeLists.txt
+++ b/llvm/tools/CMakeLists.txt
@@ -44,6 +44,7 @@
 add_subdirectory(bugpoint-passes)
 add_subdirectory(llvm-bcanalyzer)
 add_subdirectory(llvm-stub)
+add_subdirectory(llvm-stress)
 
 if( NOT WIN32 )
   add_subdirectory(lto)