mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The spelling of the flag can certainly be changed; I just wanted to get something up and running. Swift SVN r7582
6 lines
254 B
Swift
6 lines
254 B
Swift
// RUN: %swift -emit-llvm -lmagic %s | FileCheck %s
|
|
|
|
// CHECK: !{{[0-9]+}} = metadata !{i32 6, metadata !"Linker Options", metadata ![[LINK_LIST:[0-9]+]]}
|
|
// CHECK: ![[LINK_LIST]] = metadata !{
|
|
// CHECK-DAG: !{{[0-9]+}} = metadata !{metadata !"-lmagic"}
|