Displaying 4 results from an estimated 4 matches for "llvm_expand_stmt".
2004 Oct 14
1
[LLVMdev] debug stoppoints and control flow
Hi, I'm just getting back to working on the cfe debug info after a brief hiatus.
It appears that the appropriate place to be inserting stoppoints is
starting in llvm_expand_stmt, using STMT_LINENO(t) . If that's not the
best place, comments would be appreciated.
Using the debug_hooks seems to be a non-starter, because they're
called during rtl generation, which apparently isn't done when
EMIT_LLVM is set.
A more pressing question is how to chain the debug int...
2007 May 14
2
[LLVMdev] Compiling llvm-gcc in linux/ppc
..._decl_stmt':
llvm-expand.c:(.text+0x203a6): undefined reference to
`lang_expand_decl_stmt'
llvm-expand.c:(.text+0x203aa): undefined reference to
`lang_expand_decl_stmt'
llvm-expand.c:(.text+0x204d8): undefined reference to `anon_aggr_type_p'
libbackend.a(llvm-expand.o): In function `llvm_expand_stmt':
llvm-expand.c:(.text+0x20c98): undefined reference to
`stmts_are_full_exprs_p'
llvm-expand.c:(.text+0x20ca4): undefined reference to `prep_stmt'
llvm-expand.c:(.text+0x20d64): undefined reference to `current_stmt_tree'
llvm-expand.c:(.text+0x20ea4): undefined reference to
`stmts_a...
2007 May 14
0
[LLVMdev] Compiling llvm-gcc in linux/ppc
...and.c:(.text+0x203a6): undefined reference to
> `lang_expand_decl_stmt'
> llvm-expand.c:(.text+0x203aa): undefined reference to
> `lang_expand_decl_stmt'
> llvm-expand.c:(.text+0x204d8): undefined reference to `anon_aggr_type_p'
> libbackend.a(llvm-expand.o): In function `llvm_expand_stmt':
> llvm-expand.c:(.text+0x20c98): undefined reference to
> `stmts_are_full_exprs_p'
> llvm-expand.c:(.text+0x20ca4): undefined reference to `prep_stmt'
> llvm-expand.c:(.text+0x20d64): undefined reference to `current_stmt_tree'
> llvm-expand.c:(.text+0x20ea4): undefi...
2004 Oct 04
1
[LLVMdev] cfrontend-1.3.source: Compilation error
...ecl_stmt':
/dir1/cfrontend/src/gcc/llvm-expand.c:2609: undefined reference to `_lang_expand_decl_stmt'
libbackend.a(llvm-expand.o)(.text+0x5cbe):/dir1/cfrontend/src/gcc/llvm-expand.c:2592: undefined reference to `_anon_aggr_type_p'
libbackend.a(llvm-expand.o)(.text+0x5e11): In function `llvm_expand_stmt':
/dir1/cfrontend/src/gcc/llvm-expand.c:2627: undefined reference to `_stmts_are_full_exprs_p'
libbackend.a(llvm-expand.o)(.text+0x5e1b):/dir1/cfrontend/src/gcc/llvm-expand.c:2628: undefined reference to `_prep_stmt'
libbackend.a(llvm-expand.o)(.text+0x5e91):/dir1/cfrontend/src/gcc/llvm...