search for: kelleysoft

Displaying 8 results from an estimated 8 matches for "kelleysoft".

2010 Sep 29
0
[LLVMdev] LLVM2.8rc2 on MinGW 4.5.1 with --enable-shared
...U ld win32. +ifneq (,$(filter $(HOST_OS),Cygwin MingW)) + HAVE_LINK_VERSION_SCRIPT := 0 +endif + ifeq ($(HOST_OS),Darwin) # Darwin convention prefixes symbols with underscores. NativeExportsFile := $(ObjDir)/$(notdir $(EXPORTED_SYMBOL_FILE)).sed ...Takumi 2010/9/30 Kevin Kelley <kevin at kelleysoft.com>: > Anybody having success building an LLVM.dll in this configuration? > It's failing for me, in tools/llvm-shlib, with an error suggesting > that the gcc ld doesn't understand the format of the exports map > being generated. > > (plain configure && make wor...
2010 Sep 29
3
[LLVMdev] LLVM2.8rc2 on MinGW 4.5.1 with --enable-shared
Anybody having success building an LLVM.dll in this configuration? It's failing for me, in tools/llvm-shlib, with an error suggesting that the gcc ld doesn't understand the format of the exports map being generated. (plain configure && make works just fine, it's just this shared option that fails; google shows support for --enable-shared was added around 2.7 timeframe and
2012 May 31
0
[LLVMdev] LLVM/Clang SVN: 2 Questions
Kevin Kelley <kevin at kelleysoft.com> writes: > On 5/31/2012 8:52 AM, Justin Holewinski wrote: >> On Thu, May 31, 2012 at 1:44 AM, MortenMacFly <mac-fly at gmx.net >> <mailto:mac-fly at gmx.net>> wrote: >> >> >> Windows7, Cmake 2.8.8, MinGW 4.6.1. compiler: >> >>...
2011 Dec 03
0
[LLVMdev] LLVM 3.0 - Windows - auto-importing issue with llvm::CallInst
On 12/2/2011 9:09 AM, Alan Garny wrote: > > However, there is one new (minor) issue which is that when building my > application I get a warning from the linker about auto-importing > having been activated without --enable-auto-import being specified on > the command line. Indeed, for some reason, the vtable for > llvm::CallInst has to be resolved...?! This is clearly not
2011 Dec 02
2
[LLVMdev] LLVM 3.0 - Windows - auto-importing issue with llvm::CallInst
Hi, I have just upgraded to LLVM 3.0 (nice job btw!) which I have built as a shared library on Windows using MinGW, and then use from within my Qt-based application. Upon execution, everything works perfectly (incl. the call to llvm::InitializeNativeTarget(); which used to cause problems upon exiting my application; see http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-November/045597.html; in
2012 May 31
3
[LLVMdev] LLVM/Clang SVN: 2 Questions
On 5/31/2012 8:52 AM, Justin Holewinski wrote: > On Thu, May 31, 2012 at 1:44 AM, MortenMacFly <mac-fly at gmx.net > <mailto:mac-fly at gmx.net>> wrote: > > > Windows7, Cmake 2.8.8, MinGW 4.6.1. compiler: > > I got two questions seeking for help: > > 1.) I am trying to compile LLVM/Clang from trunk using the > instructions from >
2010 Jun 21
1
[LLVMdev] [PATCH] docs/tutorial/ Kaleidoscope typos
On Mon, 21 Jun 2010 15:31:57 -0500, Chris Lattner <clattner at apple.com> wrote: > Applied in r106468, thanks! > > -Chris I think there's a few bugs left in the Kaleidoscope tutorial -- I noticed somebody converted some of the "Builder.CreateAdd" to CreateFAdd, etc., but there seem to be a few that got missed. Attached diff is what I could find... Kevin Kelley
2011 Nov 14
2
[LLVMdev] Build LLVM as a DLL on Windows x86
On 11/13/2011 8:57 PM, NAKAMURA Takumi wrote: > AFAIK, on msys, trunk and release_30 is almost fine. > http://bb.pgr.jp/builders/clang-i686-msys Though, here is no builder > on win32 with --enable-shared. I'm having a problem now, building Release Candidate 3 on msys (using msysGit environment, which I find the easiest to set up and keep isolated); with --enable-optimized