[LLVMbugs] [Bug 15221] New: cmake does not support udis86 dep
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Feb 9 06:19:43 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=15221
Bug ID: 15221
Summary: cmake does not support udis86 dep
Product: Build scripts
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: cmake
Assignee: unassignedbugs at nondot.org
Reporter: mgorny at gentoo.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
autoconf scripts of llvm do have --with-udis86 to enable udis86 library.
While include/llvm/Config/config.h.cmake has:
/* Define to 1 if you have the `udis86' library (-ludis86). */
#undef HAVE_LIBUDIS86
the CMake files do not have any real checks or switches for udis86 and
therefore the macro is always undefined.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130209/2693a196/attachment.html>
More information about the llvm-bugs
mailing list