mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Swift: add -filelist invocation to integration tests
This commit is contained in:
committed by
Paolo Tranquilli
parent
008dd3f4e3
commit
a28d4ec007
@@ -13,4 +13,6 @@
|
|||||||
| H2.swift:0:0:0:0 | H2.swift |
|
| H2.swift:0:0:0:0 | H2.swift |
|
||||||
| I1.swift:0:0:0:0 | I1.swift |
|
| I1.swift:0:0:0:0 | I1.swift |
|
||||||
| I2.swift:0:0:0:0 | I2.swift |
|
| I2.swift:0:0:0:0 | I2.swift |
|
||||||
|
| J1.swift:0:0:0:0 | J1.swift |
|
||||||
|
| J2.swift:0:0:0:0 | J2.swift |
|
||||||
| file://:0:0:0:0 | |
|
| file://:0:0:0:0 | |
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
let J1 = ""
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
let J2 = ""
|
||||||
@@ -10,6 +10,7 @@
|
|||||||
| file://:0:0:0:0 | G |
|
| file://:0:0:0:0 | G |
|
||||||
| file://:0:0:0:0 | H1 |
|
| file://:0:0:0:0 | H1 |
|
||||||
| file://:0:0:0:0 | I1 |
|
| file://:0:0:0:0 | I1 |
|
||||||
|
| file://:0:0:0:0 | J1J2 |
|
||||||
| file://:0:0:0:0 | Swift |
|
| file://:0:0:0:0 | Swift |
|
||||||
| file://:0:0:0:0 | SwiftOnoneSupport |
|
| file://:0:0:0:0 | SwiftOnoneSupport |
|
||||||
| file://:0:0:0:0 | SwiftShims |
|
| file://:0:0:0:0 | SwiftShims |
|
||||||
|
|||||||
@@ -27,3 +27,4 @@ invoke -c F5.swift -o F5.o -I.
|
|||||||
( cd dir; invoke -c ../G.swift )
|
( cd dir; invoke -c ../G.swift )
|
||||||
invoke -c -primary-file H1.swift -primary-file H2.swift H3.swift -emit-module-path H1.swiftmodule -emit-module-path H2.swiftmodule -o H1.o -o H2.o
|
invoke -c -primary-file H1.swift -primary-file H2.swift H3.swift -emit-module-path H1.swiftmodule -emit-module-path H2.swiftmodule -o H1.o -o H2.o
|
||||||
invoke -emit-module -primary-file I1.swift -primary-file I2.swift -o I1.swiftmodule -o I2.swiftmodule
|
invoke -emit-module -primary-file I1.swift -primary-file I2.swift -o I1.swiftmodule -o I2.swiftmodule
|
||||||
|
invoke -c -filelist j1_j2.list -o J1J2.o
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
J1.swift
|
||||||
|
J2.swift
|
||||||
Reference in New Issue
Block a user