Skip to content

Commit

Permalink
Add missing swiftrt-coff change
Browse files Browse the repository at this point in the history
  • Loading branch information
aschwaighofer committed May 22, 2019
1 parent 5c3a4d3 commit 0297476
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stdlib/public/runtime/SwiftRT-COFF.cpp
Expand Up @@ -45,6 +45,7 @@ DECLARE_SWIFT_SECTION(sw5rfst)
DECLARE_SWIFT_SECTION(sw5flmd)
DECLARE_SWIFT_SECTION(sw5asty)
DECLARE_SWIFT_SECTION(sw5repl)
DECLARE_SWIFT_SECTION(sw5reps)
}

namespace {
Expand Down Expand Up @@ -72,6 +73,7 @@ static void swift_image_constructor() {
SWIFT_SECTION_RANGE(sw5flmd),
SWIFT_SECTION_RANGE(sw5asty),
SWIFT_SECTION_RANGE(sw5repl),
SWIFT_SECTION_RANGE(sw5reps),
};

#undef SWIFT_SECTION_RANGE
Expand Down

0 comments on commit 0297476

Please sign in to comment.