mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix Makefile build: swift now depends on libswiftIDE.
Swift SVN r6652
This commit is contained in:
@@ -23,7 +23,7 @@ include $(SWIFT_LEVEL)/../../Makefile.config
|
||||
# necessary to write out a .bc file. jit and linker are used for
|
||||
# JIT execution.
|
||||
LINK_COMPONENTS := $(TARGETS_TO_BUILD) bitreader bitwriter irreader ipo jit linker mcjit asmparser option
|
||||
USEDLIBS = swiftFrontend.a swiftIRGen.a swiftParse.a swiftClangImporter.a swiftSema.a swiftSerialization.a swiftSIL.a swiftSILGen.a swiftSILPasses.a swiftAST.a swiftBasic.a
|
||||
USEDLIBS = swiftFrontend.a swiftIRGen.a swiftParse.a swiftClangImporter.a swiftSema.a swiftSerialization.a swiftSIL.a swiftSILGen.a swiftSILPasses.a swiftAST.a swiftBasic.a swiftIDE.a
|
||||
LLVMLibsOptions := \
|
||||
-lclangDriver \
|
||||
-lclangFrontendTool \
|
||||
|
||||
Reference in New Issue
Block a user