I am compiling code with clang with -O4 optimization. However, I want to disable feature inlining. I have my own LLVM pass that injects some code into the generated code. After my walk, I want to enable feature nesting. How can i do this.
source share