search for: a0cde4e7

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

2019 May 18
2
Executing code changed with LLVM
Hi everyone, *1.* I had a file called server.cpp that i can run using: g++ -o server server.cpp -lrpc -ldl -lpthread *2.* Converted the file into LLVM IR, modified it and saved to file using the WriteBitcodeToFile function. The name of resulting file is "output". *3.* Used llc command for generation of "output.o" file as: llc -filetype=obj output *4.* Used gcc command to