about summary refs log tree commit diff
path: root/src/test/incremental/thinlto
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2018-09-25 22:34:51 +0200
committerGitHub <noreply@github.com>2018-09-25 22:34:51 +0200
commitcc9dea43be5ab201421b41dbb027f6ba36973cac (patch)
tree898f79af831dc3687a9693814cbe7674c81d7283 /src/test/incremental/thinlto
parent4ceeec09efa468700768a21d71bb92d733728887 (diff)
parentf4b4939f3e024c53355d4f99c0762135a613dae0 (diff)
downloadrust-cc9dea43be5ab201421b41dbb027f6ba36973cac.tar.gz
rust-cc9dea43be5ab201421b41dbb027f6ba36973cac.zip
Rollup merge of #54558 - tromey:find-filecheck, r=nikomatsakis
Improvements to finding LLVM's FileCheck

This patch adds a few improvements to how the build system finds
LLVM's FileCheck program.

* On Fedora, the system LLVM installs FileCheck in the "llvm"
  subdirectory of the LLVM libdir.  This patch teaches the build
  system to look there.

* This adds a configure option to specify which llvm-config executable
  to use.  This is handy on systems that can parallel install multiple
  versions of LLVM; for example I can now:

    ./configure --llvm-config=/bin/llvm-config-5.0-64

  ... to build against LLVM 5, rather than whatever the default
  llvm-config might be.

* Finally, this adds a configure- and config.toml- option to set the
  path to FileCheck.  This is handy when building against an LLVM
  where FileCheck was not installed.  This happens on compatibility
  installs of LLVM on Fedora.
Diffstat (limited to 'src/test/incremental/thinlto')
0 files changed, 0 insertions, 0 deletions