Files
swift-mirror/test/IRGen/autolink-runtime-compatibility-arm64e.swift
Arnold Schwaighofer b6e34bed38 Temporarily disable this test
rdar://70772670
2020-10-28 11:51:27 -07:00

13 lines
441 B
Swift

// REQUIRES: CPU=arm64e,OS=ios
// REQUIRES: rdar70772670
// Doesn't autolink compatibility library because target OS doesn't need it
// RUN: %target-swift-frontend -target arm64e-apple-ios11.0 -emit-ir -parse-stdlib %s | %FileCheck -check-prefix=NO-FORCE-LOAD %s
public func foo() {}
// NO-FORCE-LOAD-NOT: FORCE_LOAD
// NO-FORCE-LOAD-NOT: !{!"-lswiftCompatibility50"}
// NO-FORCE-LOAD-NOT: !{!"-lswiftCompatibilityDynamicReplacements"}