FS#46468 - [llvm] LLVMHello needed when using cmake

Attached to Project: Arch Linux
Opened by Manuel Mendez (mmlb) - Tuesday, 29 September 2015, 00:53 GMT
Last edited by Evangelos Foutras (foutrelis) - Tuesday, 29 September 2015, 13:11 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Evangelos Foutras (foutrelis)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: LLVMHello is referenced in LLVMExports.cmake and LLVMExport-release.cmake so when a cmake based project like (github.com/iovisor/bcc) does `find_package(LLVM ...)` cmake fails to find LLVMHello and errors out.

Since the PKGBUILD specifically removes LLVMHello it should either comment out references to LLVMHello in the .cmake files or just ship the so.


Additional info:
* package version(s)
* config and/or log files etc.


Steps to reproduce:
clone github.com/iovisor/bcc or another cmake based project that does `find_package(LLVM ...)`.
try to build
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Tuesday, 29 September 2015, 13:11 GMT
Reason for closing:  Fixed
Additional comments about closing:  llvm 3.7.0-4

Loading...