]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #60981 - alexcrichton:update-compiler-builtins, r=cuviper
authorMazdak Farrokhzad <twingoow@gmail.com>
Thu, 23 May 2019 06:37:11 +0000 (08:37 +0200)
committerGitHub <noreply@github.com>
Thu, 23 May 2019 06:37:11 +0000 (08:37 +0200)
commit30d550dcfcf6efb3d54c70598832a159d9637bac
treedf909674492603d4521765be7f33a1611cac515e
parent15ccaf77911d9261d0c254be8a3e878db84792c6
parente59f0cc0d33f3098a883661227c0c14def403cfd
Rollup merge of #60981 - alexcrichton:update-compiler-builtins, r=cuviper

Bump compiler-builtins to 0.1.15

This commit bumps the `compiler-builtins` dependency to 0.1.15 which
expects to have the source for `compiler-rt` provided externally if the
`c` feature is enabled. This then plumbs through the necessary support
in the build system to ensure that if the `llvm-project` directory is
checked out and present that we enable the `c` feature of
`compiler-builtins` and compile in all the C intrinsics.