You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove static initializers for llvm::StringRef (microsoft#6949)
Update llvm::StringRef constructor to be constexpr and replace static constant values in DxcOptToggles with constexpr variables to ensure non-trivial initializers are not generated in the final binary.
Fixesmicrosoft#6896
0 commit comments