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
[clang] [MinGW] Explicitly always pass the -fno-use-init-array
On MinGW targets, the .ctors section is always used for constructors.
Make sure that all layers of code generation is aware of this,
wherever it matters, by passing the -fno-use-init-array option,
setting the TargetOptions field UseInitArray to false.
This fixesllvm#55938.
0 commit comments