Displaying 2 results from an estimated 2 matches for "emitpostpad".
Did you mean:
emitpostpads
2009 May 07
0
[LLVMdev] llvm-gcc's sjlj-eh support
...eh, we
should modify the llvm-gcc to generate sjlj-style IR.
yeah, I'm digging into the llvm-gcc now. there are some functions,
at the llvm-gcc
e.g
TreeToLLVM::CreateExceptionValues() ,
BasicBlock *TreeToLLVM::getPostPad(unsigned RegionNo),
void TreeToLLVM::EmitLandingPads(),
void TreeToLLVM::EmitPostPads() ,
void TreeToLLVM::EmitUnwindBlock()
the above functions are relative for llvm-gcc generate the
exception-IR, but for dwarf-style! so we should change these above
functions to generate sjlj-style exception-IR, base on the
different semantics between dwarf-eh and sjlj-eh.
my problem is :...
2010 May 24
2
[LLVMdev] linker errors when trying to link llvm-gcc
...end.a(llvm-convert.o):/home/anatolyy/qctp406/pakman/depot/users/anatolyy/proto/crosscompiler/llvm-gcc-4.2-2.7.source-objtree/gcc/../../llvm-gcc-4.2-2.7.source/gcc/llvm-convert.cpp:6556:
more undefined references to `validate_arglist' follow
libbackend.a(llvm-convert.o): In function `TreeToLLVM::EmitPostPads()':
/home/anatolyy/qctp406/pakman/depot/users/anatolyy/proto/crosscompiler/llvm-gcc-4.2-2.7.source-objtree/gcc/../../llvm-gcc-4.2-2.7.source/gcc/llvm-convert.cpp:2181:
undefined reference to `get_eh_region'
/home/anatolyy/qctp406/pakman/depot/users/anatolyy/proto/crosscompiler/llvm-gcc-4.2...