diff options
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/CMakeLists.txt')
-rw-r--r-- | llvm/tools/llvm-exegesis/lib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/CMakeLists.txt b/llvm/tools/llvm-exegesis/lib/CMakeLists.txt index 1cd6c8f8418..03a5f717dad 100644 --- a/llvm/tools/llvm-exegesis/lib/CMakeLists.txt +++ b/llvm/tools/llvm-exegesis/lib/CMakeLists.txt @@ -30,6 +30,7 @@ add_library(LLVMExegesis RegisterAliasing.cpp RegisterValue.cpp SchedClassResolution.cpp + SnippetFile.cpp SnippetGenerator.cpp SnippetRepetitor.cpp Target.cpp |