diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-06 11:44:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-06 13:18:57 +0200 |
commit | 2c7c7c39c687f82a650540a68242d8280fb95bd2 (patch) | |
tree | 06152508d51c3005b19f34c0e7b56721dfa2ade8 | |
parent | app-i18n/libskk: fixed incompatible pointer (diff) | |
download | gentoo-2c7c7c39c687f82a650540a68242d8280fb95bd2.tar.gz gentoo-2c7c7c39c687f82a650540a68242d8280fb95bd2.tar.bz2 gentoo-2c7c7c39c687f82a650540a68242d8280fb95bd2.zip |
sys-libs/compiler-rt: Tests now require some in-tree llvm headers
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-19.0.0.9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-19.0.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-19.0.0.9999.ebuild index 4679822780fc..ca99f4442636 100644 --- a/sys-libs/compiler-rt/compiler-rt-19.0.0.9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-19.0.0.9999.ebuild @@ -30,6 +30,7 @@ BDEPEND=" " LLVM_COMPONENTS=( compiler-rt cmake llvm/cmake ) +LLVM_TEST_COMPONENTS=( llvm/include/llvm/TargetParser ) llvm.org_set_globals python_check_deps() { |