This is an archive of the discontinued LLVM Phabricator instance.

Fixed placement of llvm.global_dtors on Windows.
ClosedPublic

Authored by vzakhari on Aug 16 2019, 4:47 PM.

Details

Summary

This fixes a regression after the following commit:
commit f803b23879d9e1d9415ec1875713534dcc203df5
Author: Reid Kleckner <rnk@google.com>
Date: Fri Sep 7 23:07:55 2018 +0000

[COFF] Implement llvm.global_ctors priorities for MSVC COFF targets

Diff Detail

Repository
rL LLVM

Event Timeline

vzakhari created this revision.Aug 16 2019, 4:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2019, 4:47 PM
rnk accepted this revision.Aug 17 2019, 4:49 PM

lgtm, thanks!

This revision is now accepted and ready to land.Aug 17 2019, 4:49 PM
This revision was automatically updated to reflect the committed changes.