diff options
| author | Clement Courbet <courbet@google.com> | 2018-05-07 08:30:18 +0000 |
|---|---|---|
| committer | Clement Courbet <courbet@google.com> | 2018-05-07 08:30:18 +0000 |
| commit | e9174bc2c86b1041a02a2bd296152984e0aa5d93 (patch) | |
| tree | 7ffa08ef450dbf71d829fef92b2c4f4d18fccffd /llvm/tools/llvm-exegesis/lib/CMakeLists.txt | |
| parent | a7fb139e9dcfb121306a09167f16ed9eb709c64d (diff) | |
| download | bcm5719-llvm-e9174bc2c86b1041a02a2bd296152984e0aa5d93.tar.gz bcm5719-llvm-e9174bc2c86b1041a02a2bd296152984e0aa5d93.zip | |
Revert r331622 "[llvm-exegesis] Add a library to cluster benchmark results."
Breaks build over llvm::Error copy construction.
llvm-svn: 331623
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/CMakeLists.txt')
| -rw-r--r-- | llvm/tools/llvm-exegesis/lib/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/CMakeLists.txt b/llvm/tools/llvm-exegesis/lib/CMakeLists.txt index 5ace962fe59..b6c4ae14e0d 100644 --- a/llvm/tools/llvm-exegesis/lib/CMakeLists.txt +++ b/llvm/tools/llvm-exegesis/lib/CMakeLists.txt @@ -2,7 +2,6 @@ add_library(LLVMExegesis STATIC BenchmarkResult.cpp BenchmarkRunner.cpp - Clustering.cpp InMemoryAssembler.cpp InstructionSnippetGenerator.cpp Latency.cpp |

