Currently building multiple EasyConfigs for LLVM at once will most likely fail due to the global dictionary general_opts being reused
See #3741, in particular
Fix
Use the global general_opts only for grouping and initialization and work with an internal copy of the dictionary in the class
Currently building multiple EasyConfigs for LLVM at once will most likely fail due to the global dictionary
general_optsbeing reusedSee #3741, in particular
Fix
Use the global
general_optsonly for grouping and initialization and work with an internal copy of the dictionary in the class