diff --git a/llvm/lib/Target/R600/CMakeLists.txt b/llvm/lib/Target/R600/CMakeLists.txt index 6c695a08d9ab..559c5c8e7e29 100644 --- a/llvm/lib/Target/R600/CMakeLists.txt +++ b/llvm/lib/Target/R600/CMakeLists.txt @@ -38,6 +38,7 @@ add_llvm_target(R600CodeGen R600InstrInfo.cpp R600ISelLowering.cpp R600MachineFunctionInfo.cpp + R600MachineScheduler.cpp R600RegisterInfo.cpp SIAnnotateControlFlow.cpp SIAssignInterpRegs.cpp