Open XQianCode opened 11 months ago
Yes. I see. When I load plugin, the ProgramAction will be PluginAction and don't run the CodeGen Action. But I want to load my plugin to process AST without impacting the normal CodeGen Action. Is there any suggestions?
compiler cmd
If I remove the plugin args "-load ./TernaryConverterPlugin.so -plugin ternary-converter". It will output the test.ll file.
question:
Is it that clang will stop CodeGen Action when use PluginASTAction?