mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
7 lines
380 B
Swift
7 lines
380 B
Swift
// RUN: %swift -target i686-unknown-windows-msvc -emit-ir -parse-as-library -parse-stdlib -module-name dependent -autolink-library oldnames -autolink-library msvcrt %s -o - | %FileCheck %s
|
|
|
|
// CHECK: !llvm.linker.options = !{![[oldnames:[0-9]+]], ![[msvcrtd:[0-9]+]]}
|
|
// CHECK: ![[oldnames]] = !{!"/DEFAULTLIB:oldnames.lib"}
|
|
// CHECK: ![[msvcrtd]] = !{!"/DEFAULTLIB:msvcrt.lib"}
|
|
|