Add ftrace support to the Clang for SX-Aurora stack. This requirea: * an LLVM IR instrumentation pass (calls into frage lib at every function begin and end). * a Clang option (say `-fve-trace`) to enable the instrumentation pass and link against the ftrace library.