[LLVMdev] codeview debug info in Visual Studio
Carlo Kok
ck at remobjects.com
Mon Sep 15 01:31:12 PDT 2014
Hi,
Is there any way to debug the codeview output of llvm from within Visual
Studio?
I want to use the codeview line info debug output of clang/llvm. I tried
with the
x86_64-pc-windows-msvc and i686-pc-windows-msvc triples and linking it
into an
existing project with VC++ from within the IDE and outside with link
/debug.
Neither option lets me debug with Visual Studio as debugger host. With
some help
I found that WinDBG does show line info, but Visual Studio does not, is
there any
way to get this working with VS?
--
Carlo Kok
RemObjects Software
More information about the llvm-dev
mailing list