search for: adonig

Displaying 3 results from an estimated 3 matches for "adonig".

Did you mean: adonis
2011 Nov 26
1
[LLVMdev] link modules segfault
Hello everybody, I'm trying to write a basic block pass linking the module to another module during the pass initialization. Currently my pass initialization code looks like this: http://paste.pocoo.org/show/r3fo6FSbE7jR2H5wDId6/ But now I'm getting a strange segmentation fault: http://paste.pocoo.org/show/n3PImkRCyUWlsMPP9CGu/ Am I doing something wrong? Best Regards Andreas
2012 Mar 23
2
[LLVMdev] SPEC CPU2006 bitcode files
Hi chenwj, first let me thank you for your quick answer. > From your cmdline, I don't see any option to make clang output bitcode. If you > want bitcode, try something like `clang -emit-llvm hello.c -c -o hello.bc`. I added --enable-jit because I had hope this would make LNT run the JIT tests. I thought this process would cause the creation of bitcode files and then execute them
2012 Mar 22
3
[LLVMdev] SPEC CPU2006 bitcode files
Hello, I'm trying to generate bitcode files from the SPEC CPU2006 benchmark suites. First I installed the benchmarks into ~/llvm/projects/test-suite/External/speccpu2006 and then I tried ~/mysandbox/bin/lnt runtest nt --sandbox=sandbox --cc=/Users/asd/llvm/Release/bin/clang --test-suite=/Users/asd/llvm/projects/test-suite --test-externals=/Users/asd/llvm/projects/test-suite/External -j 4