Displaying 3 results from an estimated 3 matches for "kyleklein".
2010 Aug 05
2
[LLVMdev] VMKit Boehm MMTk Compilation
Hello,
I've been able to get J3 working with the single and multimap garbage
collectors but have hit several snags with Boehm and MMTk.
For MMTk I get here:
Buildfile: /cs/student/kyleklein/vmkit/mmtk/java/build.xml
main:
[mkdir] Created dir: /cs/student/kyleklein/vmkit/mmtk/java/classes
[javac] Compiling 373 source files to
/cs/student/kyleklein/vmkit/mmtk/java/classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with...
2010 Aug 19
0
[LLVMdev] VMKit Boehm MMTk Compilation
...;nicolas.geoffray at gmail.com>:
> I am running revision 107246 of llvm-gcc.
>
> You can still debug LLVM Makefile framework. I use it to compile my c++
> files to llvm bitcode and then to native.
>
> Nicolas
>
> On Fri, Aug 13, 2010 at 10:47 PM, Kyle T. Klein
> <kyleklein at umail.ucsb.edu>wrote:
>
>> Hi Nicolas,
>>
>> I suppose the only thing I have yet to try is to match the revision of
>> llvmgcc as well as llvm. So what is the revision of llvmgcc you are using? I
>> shall try that and see if it helps.
>>
>> Best,
&...
2010 Aug 17
0
[LLVMdev] LLVM Makefile MODULE_NAME error
...of how to solve than vmkit's.
The issue is when vmkit is built to compile the MMTk garbage collector
it must use the llvm-gcc compiler, at which point MODULE_NAME is
defined instead of LIBRARYNAME. This results in the following error
message:
make[1]: Entering directory `/cs/student/kyleklein/vmkit/lib'
make[2]: Entering directory `/cs/student/kyleklein/vmkit/lib/Mvm'
make[3]: Entering directory `/cs/student/kyleklein/vmkit/lib/Mvm/Allocator'
make[3]: *** No rule to make target
`/cs/student/kyleklein/vmkit/lib/Mvm/Allocator/Release+Asserts/gcalloc.ll',
needed by
`/...