Displaying 5 results from an estimated 5 matches for "r250501".
Did you mean:
r250000
2015 Dec 23
2
r250501 adds dependancy to ole32.dll on MSVC
I'm building on Windows x64 using cmake, Ninja and VS 2013 express on Windows 7.
So I have been using the LLVMSharp method on getting a usable loadable
LLVM.dll[1][2].
This have worked out of the box before so it is a regression, I
tracked it down to commit r250501.
That commit breaks this commit, other users have also run into this
specific problem[3][4]. I tried looking into the CMakeLists.txt for
LLVMSupport.lib and add ole32 as a dependency for it, but that didn't
seem to stick. My cmake-fu is too weak. IIRC windows lib files can
track library depend...
2015 Dec 23
2
r250501 adds dependancy to ole32.dll on MSVC
...on Windows x64 using cmake, Ninja and VS 2013 express on Windows 7.
>>
>> So I have been using the LLVMSharp method on getting a usable loadable
>> LLVM.dll[1][2].
>>
>> This have worked out of the box before so it is a regression, I
>> tracked it down to commit r250501.
>
> Oh, interesting, CoTaskMemFree() is from OLE32. That's a typical MSVC
> link library, so I'm not certain why that is not included already in
> the project. Indeed, every executable target I check has OLE32.dll in
> its linker input. Is this an issue with whatever is gene...
2015 Dec 23
2
r250501 adds dependancy to ole32.dll on MSVC
On Wed, Dec 23, 2015 at 11:25 AM, Aaron Ballman via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> On Wed, Dec 23, 2015 at 1:55 PM, Jakob Bornecrantz <wallbraker at gmail.com>
> wrote:
> > On Wed, Dec 23, 2015 at 5:49 PM, Aaron Ballman <aaron at aaronballman.com>
> wrote:
> >> On Wed, Dec 23, 2015 at 11:29 AM, Jakob Bornecrantz via llvm-dev
> >>
2015 Dec 24
2
r250501 adds dependancy to ole32.dll on MSVC
On Wed, Dec 23, 2015 at 9:38 PM, Aaron Ballman <aaron at aaronballman.com> wrote:
> On Wed, Dec 23, 2015 at 3:28 PM, Reid Kleckner <rnk at google.com> wrote:
>> On Wed, Dec 23, 2015 at 11:25 AM, Aaron Ballman via llvm-dev
>> <llvm-dev at lists.llvm.org> wrote:
>>>
>>> On Wed, Dec 23, 2015 at 1:55 PM, Jakob Bornecrantz <wallbraker at
2016 Jan 12
2
r250501 adds dependancy to ole32.dll on MSVC
r257499
On Sun, Jan 10, 2016 at 1:23 PM, Jakob Bornecrantz <wallbraker at gmail.com>
wrote:
> On Thu, Dec 24, 2015 at 1:28 AM, Jakob Bornecrantz <wallbraker at gmail.com>
> wrote:
> > On Wed, Dec 23, 2015 at 9:38 PM, Aaron Ballman <aaron at aaronballman.com>
> wrote:
> >> On Wed, Dec 23, 2015 at 3:28 PM, Reid Kleckner <rnk at google.com> wrote: