| commit | 78bda8941295d6d357da53454ada1d9c02770b54 | [log] [tgz] |
|---|---|---|
| author | Nadav Rotem <nadav.rotem@intel.com> | Sun Feb 26 08:35:53 2012 +0000 |
| committer | Nadav Rotem <nadav.rotem@intel.com> | Sun Feb 26 08:35:53 2012 +0000 |
| tree | bf9cd3c05902be1914172a396927feb2f24c3ef1 | |
| parent | 273c4e9d82fd849e646c64dce2807fd342b483e6 [diff] [blame] |
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)