Skip to content

Commit

Permalink
Disable the IRGen/linker_set_low_level_exec.swift on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
eeckstein committed Apr 29, 2024
1 parent 338dd18 commit dcf27a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/IRGen/linker_set_low_level_exec.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
// REQUIRES: executable_test
// REQUIRES: swift_in_compiler

// https://github.com/apple/swift/issues/73321
// UNSUPPORTED: OS=windows-msvc

@_used
#if canImport(Darwin)
@_section("__TEXT,__mysection")
Expand Down

0 comments on commit dcf27a1

Please sign in to comment.