Files
swift-mirror/test/embedded/no-autolink.swift

12 lines
294 B
Swift

// RUN: %target-swift-frontend -emit-ir %s -enable-experimental-feature Embedded | %FileCheck %s
// REQUIRES: swift_in_compiler
// REQUIRES: swift_feature_Embedded
public func staticstring() -> StaticString {
return "hello"
}
// CHECK: !llvm.linker.options = !{}
// CHECK-NOT: -lswiftCore