Add environment variable to ignore types from ICG processing #535

Added a new environment variable TRICK_ICG_IGNORE_TYPES.  Class/struct/enum
types found in this semicolon delimited list will not have attributes written
out.
This commit is contained in:
Alex Lin
2017-12-19 10:02:41 -06:00
parent 9509924b64
commit c694700148
5 changed files with 30 additions and 1 deletions

View File

@ -164,6 +164,7 @@ int main(int argc, char * argv[]) {
PrintAttributes printAttributes(attr_version, hsd, cs, ci, force, sim_services_flag, output_dir);
printAttributes.addIgnoreTypes() ;
// Create new class and enum map files
if (create_map) {
printAttributes.createMapFiles();