clayborg wrote: If you create a setting, be sure to make it a global setting (a bool in the setting definition) so it can always be accessed via: ``` static TargetProperties &Target::GetGlobalProperties(); ``` https://github.com/llvm/llvm-project/pull/66534