search for: vt_tracefilter_

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

Did you mean: vt_tracefilter
2009 Apr 17
0
[LLVMdev] Fwd: OpenMPI and llvm-gcc
...-I../../vtlib/ -I../../vtlib -D_REENTRANT -fopenmp - DVT_OMP -O2 -MT vtfilter-vt_tracefilter.o -MD -MP -MF .deps/vtfilter- vt_tracefilter.Tpo vt_tracefilter.cc > vtfilter-vt_tracefilter.cpp Than I checked whether or not the .o file compiled as: llvm-gcc -fopenmp -DVT_OMP -O2 -MT vtfilter-vt_tracefilter_.o -MD - MP -MF .deps/vtfilter-vt_tracefilter_.Tpo -c -o vtfilter- vt_tracefilter_.o vtfilter-vt_tracefilter.cpp matched the original .o file (it did ... lucky me) Finally I compiled for llvm byte-code (.bc) with the above command plus the -emit-llvm flag. I hope that is what you were asking...