Displaying 2 results from an estimated 2 matches for "ghasu".
Did you mean:
ghash
2011 Feb 15
2
[LLVMdev] Make "llvmc -opt" call "opt" for .ll files
...test.ll -o /tmp/llvm_nbnJRg/test.s
as /tmp/llvm_nbnJRg/test.s -o /tmp/llvm_nbnJRg/test.o
llvm-ld -native -disable-internalize /tmp/llvm_nbnJRg/test.o -o a.out
$ llvmc -clang -opt -v test.ll
llvm-as test.ll -o /tmp/llvm_OoIRlO/test.bc
opt -f -O2 /tmp/llvm_OoIRlO/test.bc -o /tmp/llvm_OoIRlO/test.bc-GHASUE
llc -O2 /tmp/llvm_OoIRlO/test.bc-GHASUE -o /tmp/llvm_OoIRlO/test.s
as /tmp/llvm_OoIRlO/test.s -o /tmp/llvm_OoIRlO/test.o
llvm-ld -native -disable-internalize /tmp/llvm_OoIRlO/test.o -o a.out
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-opt-ll.diff
Type:...
2011 Feb 15
0
[LLVMdev] Make "llvmc -opt" call "opt" for .ll files
...test.ll -o /tmp/llvm_nbnJRg/test.s
as /tmp/llvm_nbnJRg/test.s -o /tmp/llvm_nbnJRg/test.o
llvm-ld -native -disable-internalize /tmp/llvm_nbnJRg/test.o -o a.out
$ llvmc -clang -opt -v test.ll
llvm-as test.ll -o /tmp/llvm_OoIRlO/test.bc
opt -f -O2 /tmp/llvm_OoIRlO/test.bc -o /tmp/llvm_OoIRlO/test.bc-GHASUE
llc -O2 /tmp/llvm_OoIRlO/test.bc-GHASUE -o /tmp/llvm_OoIRlO/test.s
as /tmp/llvm_OoIRlO/test.s -o /tmp/llvm_OoIRlO/test.o
llvm-ld -native -disable-internalize /tmp/llvm_OoIRlO/test.o -o a.out
Cheers,
Kaelyn
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-o...