search for: pogma

Displaying 6 results from an estimated 6 matches for "pogma".

Did you mean: dogma
2009 Jul 10
1
[LLVMdev] fix for typo in llvm-c/Core.h
Is missing a *. Peter -- Peter O'Gorman http://pogma.com Index: include/llvm-c/Core.h =================================================================== --- include/llvm-c/Core.h (revision 75249) +++ include/llvm-c/Core.h (working copy) @@ -853,7 +853,7 @@ template<typename T> inline T **unwrap(LLVMValueRef *Vals, unsigned L...
2010 Apr 11
0
[LLVMdev] darwin dragon-egg build issues
...-I/sw/include" And it worked until the final link, which failed (-shared works in recent gcc, but is just an alias for -dynamiclib, and doesn't allow undefined symbols). I copy & pasted the link line, added -undefined dynamic_lookup, and it linked and apparently works: mini:dragonegg pogma$ gcc hello.c -S -O1 -o - -fplugin=./dragonegg.so -fplugin-arg-dragonegg-emit-ir ; ModuleID = 'hello.c' target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64" target triple =...
2010 Apr 11
7
[LLVMdev] darwin dragon-egg build issues
On Sat, Apr 10, 2010 at 01:52:18PM +0200, Duncan Sands wrote: > Hi Jack, > > > Is anyone building dragon-egg on darwin? > > Anton built it once. There were some problems with dynamic libraries: gcc's > plugin support requires the use of dynamic libraries, and the configure logic > it uses thinks that darwin does not support dynamic libraries! So it is >
2010 Apr 13
4
[LLVMdev] darwin dragon-egg build issues
...it worked until the final link, which failed (-shared works in > recent gcc, but is just an alias for -dynamiclib, and doesn't allow > undefined symbols). I copy & pasted the link line, added -undefined > dynamic_lookup, and it linked and apparently works: > > mini:dragonegg pogma$ gcc hello.c -S -O1 -o - -fplugin=./dragonegg.so > -fplugin-arg-dragonegg-emit-ir > ; ModuleID = 'hello.c' > target datalayout = > "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64&q...
2010 Apr 11
0
[LLVMdev] darwin dragon-egg build issues
On 04/11/2010 03:31 AM, Duncan Sands wrote: > Hi Peter, > >> After editing the dragonegg Makefile to remove -Werror, ... > > I think I'm going to remove -Werror, and instead make the build less > noisy so warnings are easier to see. That's nicer! Thank you. Why not do this too? Peter -------------- next part -------------- A non-text attachment was scrubbed...
2010 Apr 12
0
[LLVMdev] darwin dragon-egg build issues
On 04/12/2010 10:31 AM, Duncan Sands wrote: > Hi Peter, > >> Why not do this too? > > can this be extracted out of llvm-config somehow? > Hi, Doesn't look like llvm-config has this info. Peter