I have wrote a llvm pass and make a opt :
static cl::optstd::string cc(
“ccj”,
cl::desc(“cc”),
cl::NotHidden, cl::init(“”),
);
- How can I add this arg while compiling by clang instead of opt
I have tried " -mllvm " but unused - How can I mark this arg required