Skip to content

Commit

Permalink
[LiveDebugValues][NFC] Move LiveDebugValues source for refactor
Browse files Browse the repository at this point in the history
This is a pure file move of LiveDebugValues.cpp ahead of the pass being
refactored, with an experimental new implementation to follow.

The motivation for these changes can be found here:

  http://lists.llvm.org/pipermail/llvm-dev/2020-June/142368.html

And the other related changes can be found in the phabricator stack for
this revision:

Differential Revision: https://reviews.llvm.org/D83304
  • Loading branch information
jmorse committed Aug 22, 2020
1 parent 1ce07cd commit fba06e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/lib/CodeGen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ add_llvm_component_library(LLVMCodeGen
LatencyPriorityQueue.cpp
LazyMachineBlockFrequencyInfo.cpp
LexicalScopes.cpp
LiveDebugValues.cpp
LiveDebugVariables.cpp
LiveIntervals.cpp
LiveInterval.cpp
Expand Down Expand Up @@ -183,6 +182,8 @@ add_llvm_component_library(LLVMCodeGen
WinEHPrepare.cpp
XRayInstrumentation.cpp

LiveDebugValues/VarLocBasedImpl.cpp

ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/CodeGen
${LLVM_MAIN_INCLUDE_DIR}/llvm/CodeGen/PBQP
Expand Down
File renamed without changes.

0 comments on commit fba06e3

Please sign in to comment.