File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ set(driver_common_libs
12
12
swiftDriver
13
13
swiftFrontendTool
14
14
swiftSymbolGraphGen
15
- LLVMBitstreamReader
16
- libswift )
15
+ LLVMBitstreamReader )
17
16
18
17
add_swift_host_library (swiftDriverTool STATIC
19
18
${driver_sources_and_options}
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ add_swift_host_tool(swift-frontend
6
6
)
7
7
target_link_libraries (swift-frontend
8
8
PUBLIC
9
- swiftDriverTool )
9
+ swiftDriverTool
10
+ libswift )
10
11
11
12
# Create a `swift-driver` symlinks adjacent to the `swift-frontend` executable
12
13
# to ensure that `swiftc` forwards to the standalone driver when invoked.
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ add_dependencies(libSwiftScan
16
16
swiftDependencyScan )
17
17
18
18
target_link_libraries (libSwiftScan PRIVATE
19
- swiftDependencyScan )
19
+ swiftDependencyScan
20
+ swiftDriverTool )
20
21
21
22
set_target_properties (libSwiftScan
22
23
PROPERTIES
You can’t perform that action at this time.
0 commit comments