[LLVMdev] llvm-config example need update

Qingpeng Niu niuqingpeng at gmail.com
Fri Mar 4 23:04:59 PST 2011


Hi

This

llvm-config --libs engine bcreader scalaropts
<http://llvm.org/cmds/llvm-config.html> in website

http://llvm.org/cmds/llvm-config.html

But actually bcreader components is not there anymore. The new name of
it is bitreader.

I thinks this webpage may need to update and also. If i do
"llvm-config --help". It will also show wrong component name in
examples

g++ `llvm-config --cxxflags` -o HowToUseJIT.o -c HowToUseJIT.cpp

g++ `llvm-config --ldflags` -o HowToUseJIT HowToUseJIT.o `llvm-config --libs
engine bitreader scalaropts`

-- 
Qingpeng Niu
Department of Computer Science and Engineering at OSU
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110305/afc87256/attachment.html>


More information about the llvm-dev mailing list