Displaying 12 results from an estimated 12 matches for "wallbraker".
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...
2015 Dec 24
2
r250501 adds dependancy to ole32.dll on MSVC
...m> 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 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
>>> >> <llvm-dev at lists.llvm.or...
2017 Jul 10
2
Shipping LLVM.dll for the C API with the Windows installer.
...;dumpbin /linkermember:1 %l ^| findstr "_LLVM"') do (set
symbolname=%e & echo !symbolname:~1!))"
You run it in the directory with all the llvm*.lib (yes the ThinLTO is
excluded in this example but can be added easily i think)
2017-07-06 20:16 GMT+02:00 Jakob Bornecrantz <wallbraker at gmail.com>:
> Made a bit of headway here: https://reviews.llvm.org/D35077
>
> Cheers, Jakob.
>
> On Thu, Apr 6, 2017 at 2:34 PM, Alexander Benikowski
> <sebal007 at googlemail.com> wrote:
> > Maybe someone can use this as a startingpoint to add the windows-speci...
2015 Dec 20
2
C interface for COMDAT and new windows exception instructions?
As the topic says, are there any plans for adding this before the 3.8 release?
Cheers, Jakob.
2017 Jul 10
0
Shipping LLVM.dll for the C API with the Windows installer.
...^| findstr "_LLVM"') do (set
> symbolname=%e & echo !symbolname:~1!))"
>
> You run it in the directory with all the llvm*.lib (yes the ThinLTO is
> excluded in this example but can be added easily i think)
>
> 2017-07-06 20:16 GMT+02:00 Jakob Bornecrantz <wallbraker at gmail.com>:
>
>> Made a bit of headway here: https://reviews.llvm.org/D35077
>>
>> Cheers, Jakob.
>>
>> On Thu, Apr 6, 2017 at 2:34 PM, Alexander Benikowski
>> <sebal007 at googlemail.com> wrote:
>> > Maybe someone can use this as a starti...
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
> >> <llvm-dev at lists.llvm.org> wrote:
> >>> I'm buildi...
2017 Jul 06
0
Shipping LLVM.dll for the C API with the Windows installer.
...t;> >> To: llvm-dev
>>> >> Subject: Re: [llvm-dev] Shipping LLVM.dll for the C API with the
>>> >> Windows
>>> >> installer.
>>> >>
>>> >> On Thu, Mar 30, 2017 at 4:46 PM, Jakob Bornecrantz
>>> >> <wallbraker at gmail.com> wrote:
>>> >> > Hello list!
>>> >> >
>>> >> > So I'm wondering if there is a will to ship a DLL with the C API
>>> >> > exported? LLVM currently ships with LTO.dll which has some C api
>>> >>...
2017 Apr 05
2
Shipping LLVM.dll for the C API with the Windows installer.
...:llvm-dev-bounces at lists.llvm.org] On Behalf Of
> Jakob Bornecrantz via llvm-dev
> Sent: 05 April 2017 12:51
> To: llvm-dev
> Subject: Re: [llvm-dev] Shipping LLVM.dll for the C API with the Windows
> installer.
>
> On Thu, Mar 30, 2017 at 4:46 PM, Jakob Bornecrantz
> <wallbraker at gmail.com> wrote:
> > Hello list!
> >
> > So I'm wondering if there is a will to ship a DLL with the C API
> > exported? LLVM currently ships with LTO.dll which has some C api
> > functions exported, made from the export file tools/lto/lto.exports,
> >...
2017 Mar 30
2
Shipping LLVM.dll for the C API with the Windows installer.
Hello list!
So I'm wondering if there is a will to ship a DLL with the C API
exported? LLVM currently ships with LTO.dll which has some C api
functions exported, made from the export file tools/lto/lto.exports,
so it would not be the first DLL LLVM shipped.
Currently I (and the users of my project[1]) are building it ourselves
using this script[2] derived from the LLVMSharp script[3]. Which
2017 Apr 06
2
Shipping LLVM.dll for the C API with the Windows installer.
...ornecrantz via llvm-dev
> >> Sent: 05 April 2017 12:51
> >> To: llvm-dev
> >> Subject: Re: [llvm-dev] Shipping LLVM.dll for the C API with the Windows
> >> installer.
> >>
> >> On Thu, Mar 30, 2017 at 4:46 PM, Jakob Bornecrantz
> >> <wallbraker at gmail.com> wrote:
> >> > Hello list!
> >> >
> >> > So I'm wondering if there is a will to ship a DLL with the C API
> >> > exported? LLVM currently ships with LTO.dll which has some C api
> >> > functions exported, made from the...
2015 Dec 23
2
r250501 adds dependancy to ole32.dll on MSVC
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
> <llvm-dev at lists.llvm.org> wrote:
>> 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
>>
2017 Feb 21
2
tooling libraries missing in Windows download
I was looking to write a cross platform utility that worked with ELF/DWARF
files. I need the utility to run on OS X, Linux and Windows. I figured I
could use clang/llvm to build this tool.
I've made good progress on OS X. Before I got too far, though. I decided to
verify that I can build the code on Windows. I downloaded the 3.8.0 Windows
installer from the llvm downwloads page, ran the