Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 461024 - sys-devel/clang: cmake uses build-dir from llvm build for clang-tblgen
Summary: sys-devel/clang: cmake uses build-dir from llvm build for clang-tblgen
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 456322
  Show dependency tree
 
Reported: 2013-03-09 21:14 UTC by Michał Górny
Modified: 2015-06-07 21:51 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-03-09 21:14:43 UTC
$ ls /var/tmp/portage/sys-devel/llvm-3.2-r1/work/llvm-3.2_build/bin/
clang-tblgen

This sucks a fair bit.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-03-09 22:26:41 UTC
set(LLVM_TOOLS_BINARY_DIR /var/tmp/portage/sys-devel/llvm-3.2-r1/work/llvm-3.2_build/bin)

in /usr/share/llvm/cmake/LLVMConfig.cmake would be responsible for that.