search for: referencingexternalglob

Displaying 2 results from an estimated 2 matches for "referencingexternalglob".

2012 Jan 17
0
[LLVMdev] ValueMapper question: no type mapping for GlobalValue?
...he best design except to try out as many designs as possible and discard the failures. - Freeman Dyson ============================================================================= -------------- next part -------------- /* build with: g++ `llvm-config --cxxflags --cppflags --ldflags` \ ReferencingExternalGlobal.cc \ `llvm-config --libs core jit native instrumentation bitwriter ipo \ linker` \ -o ReferencingExternalGlobal */ #include <llvm/Module.h> #include <llvm/Type.h> #include <llvm/DerivedTypes.h> #include <llvm/Linker.h> #include <llvm/LLVMContex...
2012 Jan 13
2
[LLVMdev] ValueMapper question: no type mapping for GlobalValue?
=?ISO-8859-1?Q?Rafael_=C1vila_de_Esp=EDndola?= wrote: > > I can reproduce this consistently, but only under an extremely large pile of > > code :-) I haven't tried to strip it down to minimal a test case yet, but I > > will. One salient difference with the code you've provided is that in my > > code, @a is a struct type. However, changing the example to use a