From 45497e32ccade5671f564ea6df69db1423fe090c Mon Sep 17 00:00:00 2001 From: Michael Woerister Date: Fri, 10 Aug 2018 12:23:48 +0200 Subject: bootstrap: Allow for building LLVM with ThinLTO. --- config.toml.example | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.toml.example') diff --git a/config.toml.example b/config.toml.example index e7a530ba4c2..35f69cd05b6 100644 --- a/config.toml.example +++ b/config.toml.example @@ -21,6 +21,12 @@ # Indicates whether the LLVM build is a Release or Debug build #optimize = true +# Indicates whether LLVM should be built with ThinLTO. Note that this will +# only succeed if you use clang, lld, llvm-ar, and llvm-ranlib in your C/C++ +# toolchain (see the `cc`, `cxx`, `linker`, `ar`, and `ranlib` options below). +# More info at: https://clang.llvm.org/docs/ThinLTO.html#clang-bootstrap +#thin-lto = false + # Indicates whether an LLVM Release build should include debug info #release-debuginfo = false -- cgit 1.4.1-3-g733a5