Displaying 20 results from an estimated 24 matches for "bornecrantz".
2017 Jul 10
2
Shipping LLVM.dll for the C API with the Windows installer.
...uot; %e in ('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 th...
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 Klec...
2017 Jul 10
0
Shipping LLVM.dll for the C API with the Windows installer.
...nkermember: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 t...
2017 Apr 06
2
Shipping LLVM.dll for the C API with the Windows installer.
...:1 %l ^| findstr "_LLVM"') do (set
symbolname=%e & echo !symbolname:~1!))"
What it does:
For all *.lib files ina specific dir starting with LLVM call dumpbin.exe
(tool from Visualstudio) and write all symbols with LLVM_ into a specific
file
2017-04-05 20:40 GMT+02:00 Jakob Bornecrantz via llvm-dev <
llvm-dev at lists.llvm.org>:
> On Wed, Apr 5, 2017 at 5:20 PM, John Brawn <John.Brawn at arm.com> wrote:
> > We already half-have this, the LLVM_BUILD_LLVM_C_DYLIB cmake option
> builds
> > a shared object which exports the llvm-c interface but it only...
2015 Dec 24
2
r250501 adds dependancy to ole32.dll on MSVC
...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 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 a...
2017 Jul 06
0
Shipping LLVM.dll for the C API with the Windows installer.
...bolname:~1!))"
>>
>> What it does:
>>
>> For all *.lib files ina specific dir starting with LLVM call dumpbin.exe
>> (tool from Visualstudio) and write all symbols with LLVM_ into a specific
>> file
>>
>>
>> 2017-04-05 20:40 GMT+02:00 Jakob Bornecrantz via llvm-dev
>> <llvm-dev at lists.llvm.org>:
>>>
>>> On Wed, Apr 5, 2017 at 5:20 PM, John Brawn <John.Brawn at arm.com> wrote:
>>> > We already half-have this, the LLVM_BUILD_LLVM_C_DYLIB cmake option
>>> > builds
>>> > a shar...
2017 Apr 05
2
Shipping LLVM.dll for the C API with the Windows installer.
...M.so using this -reexport_library
option, instead build LLVM-C.so from the same libraries that LLVM.so
is built from
(where I use .so above, it also applies to .dll)
John
> -----Original Message-----
> From: llvm-dev [mailto: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!
> >
>...
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.
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:
> >>>...
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
>> LLVM.dll[1][2].
>>
>> This have wor...
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
2009 Nov 05
1
RFC: TTM extra bo space
On Wed, 4 Nov 2009 17:42:26 +0000
Jakob Bornecrantz <jakob at vmware.com> wrote:
> Hi Jerome
>
> On 4 nov 2009, at 15.58, Jerome Glisse wrote:
> >
> > Note: For reference my issue is with cursor on old radeon hw,
> > cursor must be in the next 128M from the crtc scanout buffer. We
> > got issue when someone s...
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
2015 Jan 19
0
[ANNOUNCE] xf86-video-vmware 13.1.0
...uraged to upgrade.
The driver is intended to be backwards compatible with and used also with
older X servers.
Adam Jackson (1):
saa: Adapt to GC client clip changes in xserver 1.17
Hans de Goede (2):
Add support for XSERVER_PLATFORM_BUS
Add support for server managed fds
Jakob Bornecrantz (7):
vmware/vmwgfx: Don't move cursors without images
vmware/vmwgfx: A bit more error logging when handling cursors
vmware/vmwgfx: Fix auto colorkey fill usage
vmware/legacy: Apply same fix to auto colorkey fill
vmware/legacy: Fix uninitialized values in video comm...
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
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...uk Kim <jaegeuk.kim@samsung.com>
Jaehoon Chung <jh80.chung@samsung.com>
Jaeryul Oh <jaeryul.oh@samsung.com>
Jaganath Kanakkassery <jaganath.k@samsung.com>
Jagdish Motwani <jagdish.motwani@elitecore.com>
Jake Champlin <jake.champlin.27@gmail.com>
Jakob Bornecrantz <jakob@vmware.com>
Jakub Kicinski <jakub.kicinski@intel.com>
Jakub Kicinski <kubakici@wp.pl>
Jakub Luzny <limoto94@gmail.com>
Jamal Hadi Salim <jhs@mojatatu.com>
James Bottomley <James.Bottomley@HansenPartnership.com>
James Bottomley <JBottomley@Pa...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...uk Kim <jaegeuk.kim@samsung.com>
Jaehoon Chung <jh80.chung@samsung.com>
Jaeryul Oh <jaeryul.oh@samsung.com>
Jaganath Kanakkassery <jaganath.k@samsung.com>
Jagdish Motwani <jagdish.motwani@elitecore.com>
Jake Champlin <jake.champlin.27@gmail.com>
Jakob Bornecrantz <jakob@vmware.com>
Jakub Kicinski <jakub.kicinski@intel.com>
Jakub Kicinski <kubakici@wp.pl>
Jakub Luzny <limoto94@gmail.com>
Jamal Hadi Salim <jhs@mojatatu.com>
James Bottomley <James.Bottomley@HansenPartnership.com>
James Bottomley <JBottomley@Pa...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...uk Kim <jaegeuk.kim@samsung.com>
Jaehoon Chung <jh80.chung@samsung.com>
Jaeryul Oh <jaeryul.oh@samsung.com>
Jaganath Kanakkassery <jaganath.k@samsung.com>
Jagdish Motwani <jagdish.motwani@elitecore.com>
Jake Champlin <jake.champlin.27@gmail.com>
Jakob Bornecrantz <jakob@vmware.com>
Jakub Kicinski <jakub.kicinski@intel.com>
Jakub Kicinski <kubakici@wp.pl>
Jakub Luzny <limoto94@gmail.com>
Jamal Hadi Salim <jhs@mojatatu.com>
James Bottomley <James.Bottomley@HansenPartnership.com>
James Bottomley <JBottomley@Pa...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...aehoon Chung <jh80.chung@samsung.com>
Jaemin Yoo <jmin.yoo@samsung.com>
Jaeryul Oh <jaeryul.oh@samsung.com>
Jaganath Kanakkassery <jaganath.k@samsung.com>
Jagdish Motwani <jagdish.motwani@elitecore.com>
Jake Champlin <jake.champlin.27@gmail.com>
Jakob Bornecrantz <jakob@vmware.com>
Jakub Kicinski <jakub.kicinski@intel.com>
Jakub Kicinski <kubakici@wp.pl>
Jakub Luzny <limoto94@gmail.com>
Jamal Hadi Salim <jhs@mojatatu.com>
James Bottomley <James.Bottomley@HansenPartnership.com>
James Bottomley <JBottomley@Pa...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...aehoon Chung <jh80.chung@samsung.com>
Jaemin Yoo <jmin.yoo@samsung.com>
Jaeryul Oh <jaeryul.oh@samsung.com>
Jaganath Kanakkassery <jaganath.k@samsung.com>
Jagdish Motwani <jagdish.motwani@elitecore.com>
Jake Champlin <jake.champlin.27@gmail.com>
Jakob Bornecrantz <jakob@vmware.com>
Jakub Kicinski <jakub.kicinski@intel.com>
Jakub Kicinski <kubakici@wp.pl>
Jakub Luzny <limoto94@gmail.com>
Jamal Hadi Salim <jhs@mojatatu.com>
James Bottomley <James.Bottomley@HansenPartnership.com>
James Bottomley <JBottomley@Pa...