search for: annealer_thread

Displaying 1 result from an estimated 1 matches for "annealer_thread".

2009 Jun 10
1
[LLVMdev] problem when compiling to llvm bitcode
...m trying to write a pass to instrument llvm ir, but I got a problem when I worked with one of the PARSEC benchmarks. I stripped the source files as much as i could to still reproduce the error. When I emit llvm bitcode and then assemble native code I get the following error: + llvm-g++ -emit-llvm annealer_thread.cpp -c -o annealer_thread.o + llvm-g++ -emit-llvm rng.cpp -c -o rng.o + llc annealer_thread.o -f -o annealer_thread.s + llvm-g++ -c annealer_thread.s -o annealer_thread.o + llc rng.o -f -o rng.s + llvm-g++ -c rng.s -o rng.o + llvm-g++ annealer_thread.o rng.o rng.o: In function `MTRand::reload()'...