Skip to content

Commit d21dc7e

Browse files
committed
---
yaml --- r: 346872 b: refs/heads/master c: dceb404 h: refs/heads/master
1 parent d66efac commit d21dc7e

File tree

6 files changed

+21
-3
lines changed

6 files changed

+21
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: a9be23e44b65d20957f94e9d117becdfa7dfe88d
2+
refs/heads/master: dceb4041b18c47764c6dbdf00ce49090eb048608
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/lib/FrontendTool/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ add_swift_host_library(swiftFrontendTool STATIC
1717
swiftClangImporter
1818
swiftDWARFImporter
1919
swiftOption
20+
INTERFACE_LINK_LIBRARIES
2021
clangAPINotes
2122
clangBasic
2223
)

trunk/lib/IRGen/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,13 @@ add_swift_host_library(swiftIRGen STATIC
5757
swiftSILGen
5858
swiftSILOptimizer
5959

60+
INTERFACE_LINK_LIBRARIES
6061
# Clang dependencies.
6162
# FIXME: Clang should really export these in some reasonable manner.
6263
clangCodeGen
6364
clangAST
65+
66+
LLVM_COMPONENT_DEPENDS
67+
target
68+
transformutils
6469
)

trunk/lib/Immediate/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ add_swift_host_library(swiftImmediate STATIC
88
swiftSILOptimizer
99
swiftIRGen
1010
LLVM_COMPONENT_DEPENDS
11-
linker mcjit)
11+
executionengine
12+
linker
13+
mcjit
14+
transformutils)
1215

trunk/lib/TBDGen/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ add_swift_host_library(swiftTBDGen STATIC
66
LINK_LIBRARIES
77
swiftAST
88
swiftSIL
9+
LLVM_COMPONENT_DEPENDS
10+
demangle
911
)

trunk/tools/swift-llvm-opt/CMakeLists.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,11 @@ target_link_libraries(swift-llvm-opt
1010
swiftAST
1111
# Clang libraries included to appease the linker on linux.
1212
clangBasic
13-
clangCodeGen)
13+
clangCodeGen
14+
# LLVM libraries included to appease the linker on linux.
15+
LLVMAggressiveInstCombine
16+
LLVMCodeGen
17+
LLVMInstCombine
18+
LLVMScalarOpts
19+
LLVMVectorize
20+
)

0 commit comments

Comments
 (0)