[LLVMbugs] [Bug 22677] New: LLVMCreateDisasm not exported in libLTO on Linux
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Feb 24 10:27:22 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22677
Bug ID: 22677
Summary: LLVMCreateDisasm not exported in libLTO on Linux
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: t.poechtrager at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
$ llvm-nm libLTO.so | grep LLVMCreateDisasm
$ llvm-nm libLTO.dylib | grep LLVMCreateDisasm
0000000000d3ddc0 T _LLVMCreateDisasm
0000000000d3dd90 T _LLVMCreateDisasmCPU
0000000000d3d860 t _LLVMCreateDisasmCPUFeatures
If it matters, the Linux one was built with CMake and the Darwin one
with automake.
--
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/20150224/2235cddc/attachment.html>
More information about the llvm-bugs
mailing list