Would be nice to have a tool that acts like LLPE_OPT from the tutorial but without having to find the path containing the required libraries.
Creating a generated script works, but I'd suggest using a slightly modified version of LLVM's "opt" that links against your pass(es) and perhaps enables them by default.
What do you think?
Would be nice to have a tool that acts like
LLPE_OPTfrom the tutorial but without having to find the path containing the required libraries.Creating a generated script works, but I'd suggest using a slightly modified version of LLVM's "opt" that links against your pass(es) and perhaps enables them by default.
What do you think?