Simple Tutorial - Add Clang Command Line Options for Custom Features

Hi LLVM and Clang folks,

The following link is the latest, and last blog post of my ‘Writing LLVM Pass in 2018’ series:
https://medium.com/@mshockwave/writing-llvm-pass-in-2018-part-iv-d69dac57171d

This article, however, is pretty different from its series banner: It’s talking about how to enable your in-tree Pass by using custom command line options in clang.

Hope you guys find this tutorial useful and entertaining.

Bests,
Bekket