Index: cfe/trunk/lib/CodeGen/CMakeLists.txt =================================================================== --- cfe/trunk/lib/CodeGen/CMakeLists.txt +++ cfe/trunk/lib/CodeGen/CMakeLists.txt @@ -17,6 +17,7 @@ Object Passes ProfileData + Remarks ScalarOpts Support Target Index: llvm/trunk/lib/LTO/LLVMBuild.txt =================================================================== --- llvm/trunk/lib/LTO/LLVMBuild.txt +++ llvm/trunk/lib/LTO/LLVMBuild.txt @@ -32,6 +32,7 @@ ObjCARC Object Passes + Remarks Scalar Support Target Index: llvm/trunk/tools/llc/CMakeLists.txt =================================================================== --- llvm/trunk/tools/llc/CMakeLists.txt +++ llvm/trunk/tools/llc/CMakeLists.txt @@ -10,6 +10,7 @@ IRReader MC MIRParser + Remarks ScalarOpts SelectionDAG Support Index: llvm/trunk/tools/opt/CMakeLists.txt =================================================================== --- llvm/trunk/tools/opt/CMakeLists.txt +++ llvm/trunk/tools/opt/CMakeLists.txt @@ -15,6 +15,7 @@ Instrumentation MC ObjCARCOpts + Remarks ScalarOpts Support Target