search for: gc_exported_symbols

Displaying 4 results from an estimated 4 matches for "gc_exported_symbols".

2005 Oct 18
3
[LLVMdev] Internalize or build broken?
...ld, I get errors like this: WARNING: Internalize couldn't load file '/comp_genericeh.lst'! WARNING: Internalize couldn't load file '/comp_main.lst'! WARNING: Internalize couldn't load file '/comp_sjljeh.lst'! WARNING: Internalize couldn't load file '/../gc_exported_symbols.lst'! It looks like the necessary files are there, but either the build environment isn't finding them, or Internalize can't load them for some other reason. Someone changed Internalize recently, right? Is it possible this change introduced a bug? Thanks. Rob Robert L. Bocchino...
2005 Oct 18
0
[LLVMdev] Internalize or build broken?
...his: > > WARNING: Internalize couldn't load file '/comp_genericeh.lst'! > WARNING: Internalize couldn't load file '/comp_main.lst'! > WARNING: Internalize couldn't load file '/comp_sjljeh.lst'! > WARNING: Internalize couldn't load file '/../gc_exported_symbols.lst'! > > It looks like the necessary files are there, but either the build > environment isn't finding them, or Internalize can't load them for some > other reason. > > Someone changed Internalize recently, right? Is it possible this change > introduced a bug?...
2005 Oct 19
1
[LLVMdev] Internalize or build broken?
...t;>WARNING: Internalize couldn't load file '/comp_genericeh.lst'! >>WARNING: Internalize couldn't load file '/comp_main.lst'! >>WARNING: Internalize couldn't load file '/comp_sjljeh.lst'! >>WARNING: Internalize couldn't load file '/../gc_exported_symbols.lst'! >> >>It looks like the necessary files are there, but either the build environment isn't finding them, or Internalize can't load them for some other reason. >> >>Someone changed Internalize recently, right? Is it possible this change introduced a bug? Tha...
2004 Dec 12
1
[LLVMdev] Problem linking llvm_gc_collect
We are trying to start an explicit garbage collect by calling llvm_gc_collect(). We have the function declared in GCInterface.h with the following lines: #ifdef __cplusplus #define C_LINKAGE extern "C" #else #define C_LINKAGE #endif C_LINKAGE void llvm_gc_initialize(unsigned InitialHeapSize); C_LINKAGE void llvm_gc_collect(); and I can see it in the gc byte code, $ llvm-nm