[PATCH] D115659: [lld] Replace Symbolize.h with DIContext.h in lld's COFF lib

Noah Shutty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 13 14:17:12 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGfb6b103daa90: [lld] Replace Symbolize.h with DIContext.h in lld's COFF lib (authored by noajshu).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115659

Files:
  lld/COFF/SymbolTable.cpp


Index: lld/COFF/SymbolTable.cpp
===================================================================
--- lld/COFF/SymbolTable.cpp
+++ lld/COFF/SymbolTable.cpp
@@ -16,7 +16,7 @@
 #include "lld/Common/ErrorHandler.h"
 #include "lld/Common/Memory.h"
 #include "lld/Common/Timer.h"
-#include "llvm/DebugInfo/Symbolize/Symbolize.h"
+#include "llvm/DebugInfo/DIContext.h"
 #include "llvm/IR/LLVMContext.h"
 #include "llvm/LTO/LTO.h"
 #include "llvm/Object/WindowsMachineFlag.h"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115659.394056.patch
Type: text/x-patch
Size: 471 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211213/49d8ff2d/attachment.bin>


More information about the llvm-commits mailing list