[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
Sat Aug 22 05:39:48 PDT 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGfba06e3c85aa: [LiveDebugValues][NFC] Move LiveDebugValues source for refactor (authored by jmorse).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83304/new/

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
@@ -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


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


More information about the llvm-commits mailing list