Add New Pass to LLVM pipeline

References:

Steps

  1. createXXXPass function
  2. initializeXXXPass function
  3. INITIALIZE_PASS_BEGIN/END/DEPENDENCY code.
  4. Put initializeXXXPass in the right place.
  5. update LinkAllPasses.h
  6. Put createXXXPass in the right place.

More

Created Oct 2, 2020 // Last Updated Oct 2, 2020

If you could revise
the fundmental principles of
computer system design
to improve security...

... what would you change?