diff options
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/CMakeLists.txt')
-rw-r--r-- | llvm/tools/llvm-exegesis/lib/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/CMakeLists.txt b/llvm/tools/llvm-exegesis/lib/CMakeLists.txt index ef85056db0a..ef1a411d9ef 100644 --- a/llvm/tools/llvm-exegesis/lib/CMakeLists.txt +++ b/llvm/tools/llvm-exegesis/lib/CMakeLists.txt @@ -28,8 +28,9 @@ add_library(LLVMExegesis MCInstrDescView.cpp PerfHelper.cpp RegisterAliasing.cpp - SnippetGenerator.cpp RegisterValue.cpp + SchedClassResolution.cpp + SnippetGenerator.cpp Target.cpp Uops.cpp ) |