[PATCH] D83304: [LiveDebugValues][NFC] 0/4 Move LiveDebugValues source file ahead of refactor

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 7 06:59:37 PDT 2020


jmorse created this revision.
jmorse added reviewers: aprantl, vsk, djtodoro, probinson, Orlando, StephenTozer, TWeaver.
Herald added subscribers: llvm-commits, hiraditya, mgorny.
Herald added a project: LLVM.

This is the base patch of the stack from D83046 <https://reviews.llvm.org/D83046>, where a new implementation of the pass is being merged in. To allow arc and other tools to construct the stack correctly, this base patch moves one source file, ahead of other things being built around it.

(No functional change).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D83304

Files:
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/LiveDebugValues.cpp
  llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp


Index: llvm/lib/CodeGen/CMakeLists.txt
===================================================================
--- llvm/lib/CodeGen/CMakeLists.txt
+++ llvm/lib/CodeGen/CMakeLists.txt
@@ -49,7 +49,6 @@
   LatencyPriorityQueue.cpp
   LazyMachineBlockFrequencyInfo.cpp
   LexicalScopes.cpp
-  LiveDebugValues.cpp
   LiveDebugVariables.cpp
   LiveIntervals.cpp
   LiveInterval.cpp
@@ -182,6 +181,8 @@
   WinEHPrepare.cpp
   XRayInstrumentation.cpp
 
+  LiveDebugValues/VarLocBasedImpl.cpp
+
   ADDITIONAL_HEADER_DIRS
   ${LLVM_MAIN_INCLUDE_DIR}/llvm/CodeGen
   ${LLVM_MAIN_INCLUDE_DIR}/llvm/CodeGen/PBQP


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83304.276046.patch
Type: text/x-patch
Size: 596 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200707/327282ff/attachment.bin>


More information about the llvm-commits mailing list