File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 16
16
17
17
18
18
// RUN: %swift_driver -sdk "" -lldb-repl -### | %FileCheck -check-prefix=LLDB %s
19
- // RUN: %swift_driver -sdk "" -lldb-repl -D A -DB -D C -DD -L /path/to/libraries -L /path/to/more/libraries -F /path/to/frameworks -lsomelib -framework SomeFramework -sdk / -I "this folder" -module-name Test -target %target-triple -### | %FileCheck -check-prefix=LLDB-OPTS %s
19
+ // RUN: %swift_driver -sdk "" -lldb-repl -D A -DB -D C -DD -L /path/to/libraries -L /path/to/more/libraries -F /path/to/frameworks -lsomelib -l otherlib - framework SomeFramework -sdk / -I "this folder" -module-name Test -target %target-triple -### | %FileCheck -check-prefix=LLDB-OPTS %s
20
20
21
21
// LLDB: lldb{{(\.exe)?"?}} {{"?}}--repl=
22
22
// LLDB-NOT: -module-name
30
30
// LLDB-OPTS-DAG: -L /path/to/more/libraries
31
31
// LLDB-OPTS-DAG: -F /path/to/frameworks
32
32
// LLDB-OPTS-DAG: -lsomelib
33
+ // LLDB-OPTS-DAG: -lotherlib
33
34
// LLDB-OPTS-DAG: -framework SomeFramework
34
35
// LLDB-OPTS-DAG: -I \"this folder\"
35
36
// LLDB-OPTS: "
You can’t perform that action at this time.
0 commit comments