Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 461024

Summary: sys-devel/clang: cmake uses build-dir from llvm build for clang-tblgen
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Michał Górny <mgorny>
Status: RESOLVED OBSOLETE    
Severity: normal CC: alexxy, voyageur
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 456322    

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.