Displaying 6 results from an estimated 6 matches for "get_pointer_alignment".
2010 May 24
0
[LLVMdev] linker errors when trying to link llvm-gcc
Hi Anatoly,
> any ideas what library has these symbols
>
> lang_eh_catch_all
> get_pointer_alignment
> validate_arglist
it sounds like you are trying to build a version of llvm-gcc without LLVM
enabled. Did you specify --enable-llvm=path_to_llvm_build_directory when
configuring llvm-gcc? These symbols are all defined in llvm-gcc itself,
but only when ENABLE_LLVM is defined. This suggests to...
2011 Jun 18
0
[LLVMdev] Make dragonegg work with gcc-4.6
...---------- next part --------------
Index: src/Convert.cpp
===================================================================
--- src/Convert.cpp (revision 133342)
+++ src/Convert.cpp (working copy)
@@ -60,7 +60,7 @@
#include "tree-flow.h"
#include "tree-pass.h"
-extern int get_pointer_alignment (tree exp, unsigned int max_align);
+extern unsigned get_pointer_alignment (tree exp, unsigned int max_align);
extern enum machine_mode reg_raw_mode[FIRST_PSEUDO_REGISTER];
}
@@ -1306,9 +1306,11 @@
case INDIRECT_REF:
LV = EmitLV_INDIRECT_REF(exp);
break;
+#if (GCC_MINOR < 6)...
2010 May 24
2
[LLVMdev] linker errors when trying to link llvm-gcc
any ideas what library has these symbols
lang_eh_catch_all
get_pointer_alignment
validate_arglist
i get these linker errors when trying to link llvm-gcc:
make[1]: Entering directory
`/home/anatolyy/qctp406/pakman/depot/users/anatolyy/proto/crosscompiler/llvm-gcc-4.2-2.7.source-objtree'
make[2]: Entering directory
`/home/anatolyy/qctp406/pakman/depot/users/anatolyy/proto/...
2010 May 25
2
[LLVMdev] linker errors when trying to link llvm-gcc
...onfig/arm/lib1funcs.asm:1004:
Error: backward ref to unknown label "8:"
Thanks,
Anatoly
On Mon, May 24, 2010 at 12:52 PM, Duncan Sands <baldrick at free.fr> wrote:
> Hi Anatoly,
>
>> any ideas what library has these symbols
>>
>> lang_eh_catch_all
>> get_pointer_alignment
>> validate_arglist
>
> it sounds like you are trying to build a version of llvm-gcc without LLVM
> enabled. Did you specify --enable-llvm=path_to_llvm_build_directory when
> configuring llvm-gcc? These symbols are all defined in llvm-gcc itself,
> but only when ENABLE_LLVM i...
2010 May 20
0
[LLVMdev] trying to build llvm-gcc for arm, error: 'V1DI_pointer_node' undeclared (first use in this function)
You need to configure with --enable-llvm.
(It would still be nice if V1DI_pointer_node was defined; I'll take a look at that.)
On May 20, 2010, at 1:04 PM, Anatoly Yakovenko wrote:
> i am getting this compilation error:
>
>
> gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall
> -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic
>
2010 May 20
2
[LLVMdev] trying to build llvm-gcc for arm, error: 'V1DI_pointer_node' undeclared (first use in this function)
i am getting this compilation error:
gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings
-Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H
-I. -I. -I../../llvm-gcc-4.2-2.7.source/gcc
-I../../llvm-gcc-4.2-2.7.source/gcc/.