Displaying 2 results from an estimated 2 matches for "aotfactory".
2005 Nov 28
2
[LLVMdev] Help setting up a llvm project
...ted a number of libraries but gcjx uses a
number of sub directories for its source and I'd like the .o files for
all of them to become one library.
I can't seem to find a way to do that llvm seems to want all sources
in one directory.
If I do something like
SOURCES += aot/aotclass.cc aot/aotfactory.cc aot/mangle.cc
I get the follwing error
GC heuristics: --param ggc-min-expand=81 --param ggc-min-heapsize=95905
aot/aotclass.cc:301: fatal error: opening dependency file
/media/WDC_Combo/home/memmel/GTK2.7/Qspin/Developer/Source/Languages/Core/Source/core/lib/compiler/gcjx/Debug/aot/aotclass.CXX...
2005 Nov 28
0
[LLVMdev] Help setting up a llvm project
...; number of sub directories for its source and I'd like the .o files for
> all of them to become one library.
>
> I can't seem to find a way to do that llvm seems to want all sources
> in one directory.
>
> If I do something like
>
> SOURCES += aot/aotclass.cc aot/aotfactory.cc aot/mangle.cc
>
> I get the follwing error
> GC heuristics: --param ggc-min-expand=81 --param ggc-min-heapsize=95905
> aot/aotclass.cc:301: fatal error: opening dependency file
> /media/WDC_Combo/home/memmel/GTK2.7/Qspin/Developer/Source/Languages/Core/Source/core/lib/compiler/gc...