diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index 5d15746c0f7..757d3ed0215 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -26,6 +26,7 @@ add_llvm_library(LLVMCodeGen    MachineRegisterInfo.cpp    MachineSink.cpp    OcamlGC.cpp +  PBQP.cpp    PHIElimination.cpp    Passes.cpp    PostRASchedulerList.cpp @@ -34,6 +35,7 @@ add_llvm_library(LLVMCodeGen    RegAllocBigBlock.cpp    RegAllocLinearScan.cpp    RegAllocLocal.cpp +  RegAllocPBQP.cpp    RegAllocSimple.cpp    RegisterCoalescer.cpp    RegisterScavenging.cpp  | 

