[Lldb-commits] [PATCH] D53402: [SymbolFileNativePDB] Fix missing linkage to DebugInfoCodeView
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 18 08:10:00 PDT 2018
Lgtm
On Thu, Oct 18, 2018 at 8:03 AM Michał Górny via Phabricator <
reviews at reviews.llvm.org> wrote:
> mgorny created this revision.
> mgorny added a reviewer: zturner.
> Herald added a subscriber: JDevlieghere.
>
> Repository:
> rLLDB LLDB
>
> https://reviews.llvm.org/D53402
>
> Files:
> source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
>
>
> Index: source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
> ===================================================================
> --- source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
> +++ source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
> @@ -11,6 +11,7 @@
> lldbSymbol
> lldbUtility
> LINK_COMPONENTS
> + DebugInfoCodeView
> DebugInfoPDB
> Support
> )
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181018/9a775240/attachment.html>
More information about the lldb-commits
mailing list