Displaying 1 result from an estimated 1 matches for "a2ee0ec5".
2019 Jan 13
2
Convert commands in make to llmv commands for code analysis
This URL mentions using LLVM IR to perform code analysis.
https://stackoverflow.com/questions/9939794/how-to-use-llvm-to-generate-a-call-graph
But the first problem to solve is how to convert the commands used in
Makefiles to the corresponding LLVM commands.
https://pastebin.com/RcnA14Qa
The above URL shows the makefile screen output from the bash source
code. Where `gcc -c`, `gcc` (link with