[llvm] r228747 - Provide DIA implementation of DebugInfoPDB.

Kaylor, Andrew andrew.kaylor at intel.com
Wed Feb 11 10:37:02 PST 2015


OK.  You were correct.  I was looking for it in the “Microsoft SDKs” folder.

From: Zachary Turner [mailto:zturner at google.com]
Sent: Tuesday, February 10, 2015 6:31 PM
To: Kaylor, Andrew; Chandler Carruth
Cc: llvm-commits at cs.uiuc.edu
Subject: Re: [llvm] r228747 - Provide DIA implementation of DebugInfoPDB.

DIA is installed with Visual Studio automatically, if you didn't have it installed you would have had much more severe compile failures :). Check in %VSINSTALLDIR%\DIA SDK
On Tue, Feb 10, 2015 at 6:21 PM Kaylor, Andrew <andrew.kaylor at intel.com<mailto:andrew.kaylor at intel.com>> wrote:
Done.

I took a peek and the CMakeLists.txt and it looks like it shouldn’t have been building these things if I didn’t have the DIA SDK, which I don’t think I do.  I’m wondering if this isn’t the problem we saw before where you have to tell CMake explicitly to ignore the directory.


From: Chandler Carruth [mailto:chandlerc at google.com<mailto:chandlerc at google.com>]
Sent: Tuesday, February 10, 2015 6:09 PM
To: Kaylor, Andrew
Cc: Zachary Turner; llvm-commits at cs.uiuc.edu<mailto:llvm-commits at cs.uiuc.edu>

Subject: Re: [llvm] r228747 - Provide DIA implementation of DebugInfoPDB.


On Tue, Feb 10, 2015 at 6:00 PM, Kaylor, Andrew <andrew.kaylor at intel.com<mailto:andrew.kaylor at intel.com>> wrote:
Actually I just duplicated the template function to get rid of the default argument.

Go ahead and commit any workaround for 2012 so that bots aren't broken. Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150211/5125fb93/attachment.html>


More information about the llvm-commits mailing list