diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -49,7 +49,6 @@ LatencyPriorityQueue.cpp LazyMachineBlockFrequencyInfo.cpp LexicalScopes.cpp - LiveDebugValues.cpp LiveDebugVariables.cpp LiveIntervals.cpp LiveInterval.cpp @@ -183,6 +182,8 @@ WinEHPrepare.cpp XRayInstrumentation.cpp + LiveDebugValues/VarLocBasedImpl.cpp + ADDITIONAL_HEADER_DIRS ${LLVM_MAIN_INCLUDE_DIR}/llvm/CodeGen ${LLVM_MAIN_INCLUDE_DIR}/llvm/CodeGen/PBQP diff --git a/llvm/lib/CodeGen/LiveDebugValues.cpp b/llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp rename from llvm/lib/CodeGen/LiveDebugValues.cpp rename to llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp