Commit Graph

1333 Commits

Author SHA1 Message Date
swift_jenkins
0ae0336efa Merge remote-tracking branch 'origin/master' into master-next 2019-12-13 14:00:35 -08:00
Alex Langford
81e3c76c1d [build] Simplify setting SWIFT_HOST_VARIANT and related variables
In the majority of cases, we can derive the value of SWIFT_HOST_VARIANT,
SWIFT_HOST_VARIANT_SDK, and SWIFT_HOST_VARIANT_ARCH from the value of `host`
itself. The goal of this patch is to make those derivations and avoid lots of
manual setting of values. Because we verify that we have a valid host before
doing this, we can be sure that errors should be caught before we try to
deconstruct the host into platform and architecture values.

For situations where you can't derive those values from the host, we leave
existing behavior -- that is, we handle them in a switch statement.
2019-12-12 11:33:34 -08:00
Alex Langford
24d191d1e6 [build] Verify a host is supported when setting build options
By verifying that the host is supported before doing any operations, we can
assume that the host value is properly formed, meaning we can simplify the logic
to set values based on the host. Follow-up commits will do exactly that.
2019-12-12 11:32:00 -08:00
swift_jenkins
0896bef9f5 Merge remote-tracking branch 'origin/master' into master-next 2019-12-11 14:40:02 -08:00
Saleem Abdulrasool
3a24f59d15 Merge pull request #28667 from xiaobai/leaving-my-cmark
[build] Reduce redundancy in setting cmark cmake options
2019-12-11 14:26:40 -08:00
Joe Groff
fb34044408 Merge remote-tracking branch 'origin/master' into master-next 2019-12-10 12:46:41 -08:00
Vedant Kumar
59fe43a7c5 Revert "[build-script] Do not specify LLDB_FRAMEWORK_INSTALL_PATH (#28418)" (#28675)
This reverts commit 486e2e76ba.
2019-12-10 11:46:03 -07:00
Alex Langford
3d50fa829c [build] Reduce redundancy in setting cmark cmake options 2019-12-09 16:16:26 -08:00
Butta
14cc620016 [android] A few tweaks for native compilation and to get more tests working
Now that CMAKE_HOST_SYSTEM_NAME and CMAKE_SYSTEM_NAME are set by default to
Android in the Termux app, make the needed tweaks. Some tests were adapted
to work natively on Android too, adds sys/cdefs.h to the Bionic modulemap,
and includes the start of native Android platform support in the build-script.
2019-12-07 01:01:59 +05:30
Robert Widmann
e6cfd51e3d Merge pull request #28537 from edymtt/skip-clang-tools-extra
[build] allow to skip build of clang-tools-extras
2019-12-03 18:44:22 -08:00
Eric Miotto
ee99bf1f57 [build] prefer picking up sqlite3 from Darwin SDK for llbuild (#28440)
* [build] prefer picking up sqlite3 from Darwin SDK for llbuild

When building llbuild on Darwin platforms, ensure that we prefer the SQLite from the SDK
instead of picking one found elsewhere (e.g. in /usr/include )
Also consider only the SQLite dylib shipped with the OS.

Addresses rdar://problem/57300418
2019-12-03 12:55:17 -08:00
Eric Miotto
f19f97839f [build] allow to skip build of clang-tools-extras
Also at the same time refactor code that composes LLVM_ENABLE_PROJECTS

Supports rdar://problem/57432088
2019-12-03 09:50:14 -08:00
Alexander Sokol
4c8f91db98 [build] SR-11880 skip building compiler-rt with --xcode 2019-12-01 21:32:06 +03:00
Vedant Kumar
486e2e76ba [build-script] Do not specify LLDB_FRAMEWORK_INSTALL_PATH (#28418)
This should be provided by the appropriate lldb cmake cache.
2019-11-21 13:12:52 -08:00
swift_jenkins
51df3c364c Merge remote-tracking branch 'origin/master' into master-next 2019-11-20 20:40:19 -08:00
Alex Langford
ac4ac89ece [build] Remove build-script-impl logic to set up project symlinks
Instead of manually setting up symlinks in the project, it would be easier and
cleaner to use LLVM_ENABLE_PROJECT.
2019-11-18 16:10:05 -08:00
swift_jenkins
2635e11f99 Merge remote-tracking branch 'origin/master' into master-next 2019-11-17 01:59:59 -08:00
swift-ci
4bf1059f52 Merge pull request #28293 from spevans/pr_static_foundation 2019-11-17 01:57:44 -08:00
swift_jenkins
ee15802dca Merge remote-tracking branch 'origin/master' into master-next 2019-11-16 14:20:33 -08:00
Saleem Abdulrasool
3932133649 Merge pull request #26495 from porglezomp-misc/build-script-remove-redundancy
Remove build-script-impl target calculation
2019-11-16 14:16:00 -08:00
swift_jenkins
37edb88165 Merge remote-tracking branch 'origin/master' into master-next 2019-11-16 11:41:02 -08:00
swift_jenkins
b9f998ffa4 Merge remote-tracking branch 'origin/master' into master-next 2019-11-15 15:56:48 -08:00
Alex Langford
2978884fc0 [build] Refer to projects through the monorepo directly
Why am I doing this?
Because we have now switched to the monorepo, we no longer need to have logic to
detect whether or not a project is present. Any project under the llvm project
is guaranteed to be available if you're building llvm.

I hope this is the first change of many that can clean up some of the logic in
build-script-impl. Some simplifications and cleanups that I think can be made
include:
- Adding the option to build swift as a part of the llvm build. (Or even making
  this the default behavior)
- Taking advantage of `LLVM_ENABLE_PROJECTS` to simplify some of the logic to
  set up clang, clang-tools-extra, and other projects.
2019-11-15 15:30:06 -08:00
Simon Evans
da6991537f [Linux] Build and install Foundation static libraries.
- Builds libFoundation.a, libFoundationNetworking.a and
  libFoundationXML.a and installs them in usr/lib/swift_static/linux

- Note this does NOT make -static-stdlib work for Foundation at this time.
2019-11-15 22:16:31 +00:00
Saleem Abdulrasool
6ff321aa5f build: adjust cmake invocation for export targets
This adjusts the cmake invocation for Foundation to use the export
targets rather than computing the locations by hand.
2019-11-13 10:25:58 -08:00
swift-ci
5fc88311d0 Merge remote-tracking branch 'origin/master' into master-next 2019-11-13 10:09:52 -08:00
Saleem Abdulrasool
5b38c1efb4 build: adjust flags to XCTest cmake invocation
Update the cmake invocation for XCTest to enable switching to a newer
CMake version.
2019-11-12 18:42:16 -08:00
swift-ci
cc20e5f8cc Merge remote-tracking branch 'origin/master' into master-next 2019-11-09 10:49:38 -08:00
Saleem Abdulrasool
0ad2e24dde build: adjust cmake invocation for llbuild 2019-11-08 07:53:41 -08:00
swift-ci
d32b83a987 Merge remote-tracking branch 'origin/master' into master-next 2019-11-05 13:39:10 -08:00
Vedant Kumar
cb25560490 [build-script] Allow lipo of cross-compiled lldb products (#27920)
Teach build-script to build lldb's `install-distribution` target when
installation is required, and make the lipo action invoke lipo when
cross-compiling.

Incidentally this fixes a bash warning about `continue` being invalid
outside of a loop.
2019-11-05 12:45:05 -08:00
swift-ci
bf6fe03ee0 Merge remote-tracking branch 'origin/master' into master-next 2019-11-04 12:30:16 -08:00
Saleem Abdulrasool
cda6942121 build: enable *building* lld
This enables building lld to ensure that we are able to build it in our
toolchain.  This does not change the linker used for any of the builds.
2019-11-04 09:30:25 -08:00
swift-ci
87ea4350bc Merge remote-tracking branch 'origin/master' into master-next 2019-11-03 08:49:26 -08:00
Ankit Aggarwal
7241030876 Move swiftpm to swift_build_support infra
This will allow cleaning up most of the hacks in SwiftPM's build script.

<rdar://problem/56220087>
2019-11-03 03:23:35 +00:00
swift-ci
eb05302317 Merge remote-tracking branch 'origin/master' into master-next 2019-10-29 16:09:53 -07:00
Alex Hoppen
fcd3457560 [build-script] Migrate SwiftSyntax to swift_build_support 2019-10-29 10:40:09 -07:00
swift-ci
ec9c7e39b3 Merge remote-tracking branch 'origin/master' into master-next 2019-10-29 10:10:11 -07:00
Alex Hoppen
776e2c0030 Revert "Migrate building SwiftSyntax to swift_build_support" 2019-10-29 09:55:32 -07:00
swift-ci
eadf39632d Merge remote-tracking branch 'origin/master' into master-next 2019-10-29 08:50:10 -07:00
Alex Hoppen
282d0de82f Merge pull request #27871 from ahoppen/swiftsyntax_build_support
Migrate building SwiftSyntax to swift_build_support
2019-10-29 08:45:41 -07:00
swift-ci
c5b9627a3b Merge remote-tracking branch 'origin/master' into master-next 2019-10-28 14:50:16 -07:00
Vedant Kumar
b92beb46ef [build-script] Teach cross-compile hosts check about --skip-local-build (#27911)
Check whether there are any cross compile hosts by looking at the
CROSS_COMPILE_HOSTS array, not at ALL_HOSTS, as these can be different
due to --skip-local-build.
2019-10-28 14:39:48 -07:00
Vedant Kumar
2a05418dac [build-script] Forward cross-compile host flags to lldb (#27910) 2019-10-28 14:37:02 -07:00
Xi Ge
64c0680686 Merge remote-tracking branch 'apple/master' into master-next 2019-10-28 10:19:36 -07:00
Alex Hoppen
7ed085cb55 [build-script] Migrate SwiftSyntax to swift_build_support 2019-10-25 15:58:07 -07:00
Alex Hoppen
d5c28d870e Merge pull request #27841 from ahoppen/forward-verify-generated-files
SwiftSyntax: Commit gyb-generated files to master
2019-10-25 11:34:20 -07:00
Jonas Devlieghere
40e5924f60 Merge pull request #27814 from JDevlieghere/use-static-bindings
[CMake] Fix the static bindings workflow.
2019-10-24 09:20:19 -07:00
Saleem Abdulrasool
3c17e976b3 build: adjust rpath for new foundation layout
This adjusts the encoded RPATH to enable us to switch to the new
Foundation build.
2019-10-23 13:53:14 -07:00
Alex Hoppen
58d3c86b1d [build-script] Add flag that forwards to SwiftSytnax --verify-generated-files
This will allow us to set up a CI bot that can test that all generated
sources in SwiftSyntax are up-to-date.
2019-10-22 14:31:21 -07:00