[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules

Talin viridia at gmail.com
Mon Feb 14 13:11:57 PST 2011


On Mon, Feb 14, 2011 at 12:01 PM, John Myers <atomicdog.jwm at gmail.com>wrote:

>
>
> On Mon, Feb 14, 2011 at 10:39 AM, Talin <viridia at gmail.com> wrote
>
>>
>>> I'd like to wait until I get some feedback - I don't know yet if anyone
>> is having trouble building or running the thing...
>>
>
> Hi Talin,
>
> This is the build error I get on my ubuntu 64 bit system...
>
> john at ubuntu:~/src/build-llbrowse$ make
> [  5%] Building CXX object CMakeFiles/llbrowse.dir/lib/Formatting.cpp.o
> /home/john/src/llbrowse/lib/Formatting.cpp: In function ‘void
> printTypeExpansion(wxTextOutputStream&, const llvm::Module*, const
> llvm::Type*, uint32_t)’:
> /home/john/src/llbrowse/lib/Formatting.cpp:33: error: ‘X86_MMXTyID’ is not
> a member of ‘llvm::Type’
> make[2]: *** [CMakeFiles/llbrowse.dir/lib/Formatting.cpp.o] Error 1
> make[1]: *** [CMakeFiles/llbrowse.dir/all] Error 2
> make: *** [all] Error 2
> john at ubuntu:~/src/build-llbrowse$ llvm-config --version
> 2.9svn
>
>

Looks like I'll need to add a compile-time check to see if that symbol is
available.

-- 
-- Talin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110214/11e011ff/attachment.html>


More information about the llvm-dev mailing list