This patch adds a new install target install-compilert-rt-headers,
that is similar to install-clang-headers.
It allows to install the headers without installing all of
compiler-rt.
Differential D41244
Added a separate install target for compilert-rt-headers ilya-biryukov on Dec 14 2017, 8:22 AM. Authored by
Details This patch adds a new install target install-compilert-rt-headers, It allows to install the headers without installing all of
Diff Detail
Event TimelineComment Actions Isn't this gonna break building compiler-rt standalone (i.e. without LLVM)? Or does the include/ directory already rely on LLVM in some other way? See the history of D40687. Comment Actions I was not aware of this use-case, thanks for mentioning it. It would definitely break without LLVM. Comment Actions Removed a usage of add_llvm_install_targets, so it should now work for standalone builds too. |