[LLVMbugs] [Bug 7037] New: Incorrect FAQ on site
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue May 4 02:11:17 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7037
Summary: Incorrect FAQ on site
Product: new-bugs
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: b60995 at owlpic.com
CC: llvmbugs at cs.uiuc.edu
http://llvm.org/docs/FAQ.html#translatecxx
> % llvm-g++ x.cpp -o program
This wouldn't work with latest llmv-gcc.
It gets an error and doesn't generate program.bc.
This line should be changed to:
% llvm-g++ -emit-llvm -c x.cpp -o program.bc
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list