Skip to content

Commit

Permalink
Fix the linux build by appeasing the linker gods.
Browse files Browse the repository at this point in the history
Swift SVN r32824
  • Loading branch information
gottesmm committed Oct 22, 2015
1 parent 8ac4c23 commit 4390d96
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools/swift-llvm-opt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ add_swift_executable(swift-llvm-opt
LLVMOpt.cpp
LINK_LIBRARIES
swiftIRGen

# Swift libraries included to appease the linker on linux.
swiftSema
swiftAST

# Clang libraries included to appease the linker on linux.
clangBasic
clangCodeGen
)

swift_install_in_component(tools
Expand Down

0 comments on commit 4390d96

Please sign in to comment.