diff options
Diffstat (limited to 'llvm/tools/llvm-mca/lib/CMakeLists.txt')
-rw-r--r-- | llvm/tools/llvm-mca/lib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-mca/lib/CMakeLists.txt b/llvm/tools/llvm-mca/lib/CMakeLists.txt index 359a7d49d49..21b6e34cc7e 100644 --- a/llvm/tools/llvm-mca/lib/CMakeLists.txt +++ b/llvm/tools/llvm-mca/lib/CMakeLists.txt @@ -14,8 +14,8 @@ add_library(LLVMMCA Instruction.cpp Pipeline.cpp Stages/DispatchStage.cpp + Stages/EntryStage.cpp Stages/ExecuteStage.cpp - Stages/FetchStage.cpp Stages/InstructionTables.cpp Stages/RetireStage.cpp Stages/Stage.cpp |